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 5d5c840 commit a4586a6Copy full SHA for a4586a6
.github/workflows/rust.yml
@@ -27,7 +27,7 @@ jobs:
27
run: cargo fmt --all -- --check
28
29
- name: Build
30
- run: cargo build --all-targets --all-features --locked
+ run: cargo build --all-targets --all-features # --locked TODO
31
32
- name: Test
33
run: cargo test --locked --all-targets --all-features
0 commit comments