Skip to content

Commit 3b4df2c

Browse files
committed
Catch lockfile issues in CI
1 parent 72a8cd1 commit 3b4df2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)