We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774564b commit 029f725Copy full SHA for 029f725
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,9 @@ jobs:
53
reporter: github-check
54
55
- name: unit test
56
- run: cargo test
+ run: |
57
+ cargo test --no-run --locked
58
+ cargo test
59
60
- name: release build
61
run: cargo build --release
0 commit comments