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.
2 parents 1517435 + 7abb28c commit a43b5b6Copy full SHA for a43b5b6
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install Rust
39
run: bash ci/install-rust.sh ${{ matrix.rust }}
40
- name: Build and run tests
41
- run: cargo test
+ run: cargo test --locked
42
- name: Test no default
43
run: cargo test --no-default-features
44
0 commit comments