Skip to content

Commit 7a0b8db

Browse files
committed
Catch lockfile issues in CI
1 parent 72a8cd1 commit 7a0b8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Build
20-
run: cargo build --verbose
20+
run: cargo build --locked --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: cargo test --locked --verbose

0 commit comments

Comments
 (0)