Skip to content

Commit 604488f

Browse files
ci: used locked dependencies (#8)
1 parent a225c80 commit 604488f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cargo fmt --all --check
3232

3333
- name: Lint
34-
run: cargo clippy --all-features
34+
run: cargo clippy --all-features --locked
3535

3636
- name: Test
37-
run: cargo test --all-features
37+
run: cargo test --all-features --locked --release

0 commit comments

Comments
 (0)