Skip to content

Commit 9f0d9db

Browse files
authored
CI: Ensure that the build fails if the lockfile needs an update (#11993)
1 parent 494eb16 commit 9f0d9db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
- run: sudo systemctl start postgresql.service
198198
- run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
199199

200+
- run: cargo fetch --locked
200201
- run: cargo build --tests --workspace
201202
- run: cargo test --workspace
202203
env:

0 commit comments

Comments
 (0)