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 d60c2a0 commit a302eedCopy full SHA for a302eed
1 file changed
.github/workflows/main.yml
@@ -12,5 +12,5 @@ jobs:
12
toolchain: stable
13
14
- run: cargo clippy --all-targets -- -D warnings
15
- - run: cargo build
16
- - run: cargo test
+ - run: cargo build --locked
+ - run: cargo test --locked
0 commit comments