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 3e27850 commit cc85d5bCopy full SHA for cc85d5b
1 file changed
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
run: cargo build --locked --verbose
32
33
- name: Run tests
34
+ if: matrix.rust != '1.49.0'
35
run: cargo test --locked --verbose
36
37
build_and_test_with_extra_features:
0 commit comments