We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6409e commit 663d6c6Copy full SHA for 663d6c6
.github/workflows/test.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Update rust
30
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
31
- name: Build
32
- run: cargo build --verbose
+ run: cargo build --verbose --locked
33
- name: Run tests
34
run: cargo test --verbose
0 commit comments