Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Sep 26, 2024
1 parent b08354f commit f6da604
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-test-${{ hashFiles('**/Cargo.lock') }}
- run: SNAP_CHECK=1 cargo test
- run: |
just get-mainnet-archive-db
just pg
just wait-for-pg
just test
just pg-down
rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f6da604

Please sign in to comment.