We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73add9e commit 59cba33Copy full SHA for 59cba33
.github/workflows/ci.yml
@@ -94,8 +94,9 @@ jobs:
94
# working-directory: tests/fixtures/crates/bin_crate
95
- run: |
96
set -eEuxo pipefail
97
- git clone --depth 1 https://github.com/taiki-e/easytime.git
+ git clone https://github.com/taiki-e/easytime.git
98
cd easytime
99
+ git checkout 7ecb6e6
100
cargo llvm-cov test --doctests --text --fail-under-lines 30
101
# Test minimum runnable Cargo version.
102
rustup toolchain add 1.60 --no-self-update
0 commit comments