Skip to content

Commit 029f725

Browse files
committed
Make locked cargo test
1 parent 774564b commit 029f725

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
reporter: github-check
5454

5555
- name: unit test
56-
run: cargo test
56+
run: |
57+
cargo test --no-run --locked
58+
cargo test
5759
5860
- name: release build
5961
run: cargo build --release

0 commit comments

Comments
 (0)