Skip to content

Commit 083b71f

Browse files
committed
Disable ci tests for msrv since testing dependencies have higher msrvs
1 parent 749e111 commit 083b71f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
run: cargo fmt --all -- --check
3838

3939
- name: Run cargo test
40-
run: cargo test --verbose --lib --bins --tests --no-fail-fast
40+
run:
41+
[[ ${{ matrix.toolchain }} != 1.74 ]] || (cargo test --verbose --lib --bins --tests --no-fail-fast)
4142

4243
# Need to run doc tests separately.
4344
# (https://github.com/rust-lang/cargo/issues/6669)

0 commit comments

Comments
 (0)