Skip to content

Commit

Permalink
ci: Pin versions of crates 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 000b2f2 commit 3513d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
cargo +1.60 llvm-cov test --text --fail-under-lines 30
cd ..
# Test trybuild compatibility.
git clone --depth 1 https://github.com/taiki-e/easy-ext.git
git clone --depth 1 https://github.com/taiki-e/easy-ext.git -b v1.0.1
cd easy-ext
cargo llvm-cov --text --test compiletest --fail-under-lines 70
if: startsWith(matrix.rust, 'nightly')
Expand Down

0 comments on commit 3513d82

Please sign in to comment.