Skip to content

Commit a5f38b9

Browse files
committed
Make locked cargo test (2)
1 parent 029f725 commit a5f38b9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
run: cargo install cargo-license
4444

4545
- name: unit test
46-
run: cargo test
46+
run: |
47+
cargo test --no-run --locked
48+
cargo test
4749
4850
- name: build (linux)
4951
run:

.github/workflows/review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
reporter: github-pr-review
3939

4040
- name: unit test
41-
run: cargo test
41+
run: |
42+
cargo test --no-run --locked
43+
cargo test

0 commit comments

Comments
 (0)