Skip to content

Commit 371ef40

Browse files
Use --locked in CI (#64)
To check that `Cargo.lock` is up-to-date
1 parent 8b756c1 commit 371ef40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
tool: cargo-hack@0.6.43
2121
- uses: Swatinem/rust-cache@v2
22-
- run: cargo hack test --feature-powerset
22+
- run: cargo hack test --feature-powerset --locked

0 commit comments

Comments
 (0)