Skip to content

Commit fe75b51

Browse files
committed
Ensure that we check Cargo.lock is up-to-date on CI
1 parent c5cf4d7 commit fe75b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cargo sqlx prepare --check -- --all-targets
3535

3636
- name: Build
37-
run: cargo build --workspace --all-targets
37+
run: cargo build --workspace --all-targets --locked
3838

3939
- name: Test
4040
run: cargo test --workspace

0 commit comments

Comments
 (0)