We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494eb16 commit 9f0d9dbCopy full SHA for 9f0d9db
.github/workflows/ci.yml
@@ -197,6 +197,7 @@ jobs:
197
- run: sudo systemctl start postgresql.service
198
- run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
199
200
+ - run: cargo fetch --locked
201
- run: cargo build --tests --workspace
202
- run: cargo test --workspace
203
env:
0 commit comments