Skip to content

Commit bbcd92b

Browse files
committed
CI: fail if lockfile is out of date
1 parent 1982812 commit bbcd92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Rustfmt Check
2525
uses: actions-rust-lang/rustfmt@v1
2626
- name: Build
27-
run: cargo build --verbose
27+
run: cargo build --verbose --locked
2828
- name: Run tests
2929
run: cargo test --verbose

0 commit comments

Comments
 (0)