We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749e111 commit 083b71fCopy full SHA for 083b71f
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,8 @@ jobs:
37
run: cargo fmt --all -- --check
38
39
- name: Run cargo test
40
- run: cargo test --verbose --lib --bins --tests --no-fail-fast
+ run:
41
+ [[ ${{ matrix.toolchain }} != 1.74 ]] || (cargo test --verbose --lib --bins --tests --no-fail-fast)
42
43
# Need to run doc tests separately.
44
# (https://github.com/rust-lang/cargo/issues/6669)
0 commit comments