We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a225c80 commit 604488fCopy full SHA for 604488f
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: cargo fmt --all --check
32
33
- name: Lint
34
- run: cargo clippy --all-features
+ run: cargo clippy --all-features --locked
35
36
- name: Test
37
- run: cargo test --all-features
+ run: cargo test --all-features --locked --release
0 commit comments