Skip to content

Commit 59cba33

Browse files
committed
ci: Pin version of easytime used in test
1 parent 73add9e commit 59cba33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ jobs:
9494
# working-directory: tests/fixtures/crates/bin_crate
9595
- run: |
9696
set -eEuxo pipefail
97-
git clone --depth 1 https://github.com/taiki-e/easytime.git
97+
git clone https://github.com/taiki-e/easytime.git
9898
cd easytime
99+
git checkout 7ecb6e6
99100
cargo llvm-cov test --doctests --text --fail-under-lines 30
100101
# Test minimum runnable Cargo version.
101102
rustup toolchain add 1.60 --no-self-update

0 commit comments

Comments
 (0)