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 72a8cd1 commit 7a0b8dbCopy full SHA for 7a0b8db
.github/workflows/rust.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Build
20
- run: cargo build --verbose
+ run: cargo build --locked --verbose
21
- name: Run tests
22
- run: cargo test --verbose
+ run: cargo test --locked --verbose
0 commit comments