Skip to content

Commit

Permalink
ci: Pin version of easytime used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 18, 2024
1 parent 73add9e commit 59cba33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:
# working-directory: tests/fixtures/crates/bin_crate
- run: |
set -eEuxo pipefail
git clone --depth 1 https://github.com/taiki-e/easytime.git
git clone https://github.com/taiki-e/easytime.git
cd easytime
git checkout 7ecb6e6
cargo llvm-cov test --doctests --text --fail-under-lines 30
# Test minimum runnable Cargo version.
rustup toolchain add 1.60 --no-self-update
Expand Down

0 comments on commit 59cba33

Please sign in to comment.