diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b491d4988d0..a1e6b012e88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,6 +197,7 @@ jobs: - run: sudo systemctl start postgresql.service - run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'" + - run: cargo fetch --locked - run: cargo build --tests --workspace - run: cargo test --workspace env: