Skip to content

Commit 8554139

Browse files
authored
Merge pull request #444 from Kobzol/locked
Ensure that Cargo.lock is up-to-date on CI
2 parents f2ec7f7 + fe75b51 commit 8554139

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)