Skip to content

Commit cc85d5b

Browse files
committed
Also disable testing on 1.49.0 in the other workflow job.
1 parent 3e27850 commit cc85d5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: cargo build --locked --verbose
3232

3333
- name: Run tests
34+
if: matrix.rust != '1.49.0'
3435
run: cargo test --locked --verbose
3536

3637
build_and_test_with_extra_features:

0 commit comments

Comments
 (0)