We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029f725 commit a5f38b9Copy full SHA for a5f38b9
2 files changed
.github/workflows/release.yml
@@ -43,7 +43,9 @@ jobs:
43
run: cargo install cargo-license
44
45
- name: unit test
46
- run: cargo test
+ run: |
47
+ cargo test --no-run --locked
48
+ cargo test
49
50
- name: build (linux)
51
run:
.github/workflows/review.yml
@@ -38,4 +38,6 @@ jobs:
38
reporter: github-pr-review
39
40
41
42
0 commit comments