Skip to content

Commit

Permalink
Run cargo build before cargo test in postgres example CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fkettelhoit committed Apr 29, 2024
1 parent 155f1f9 commit 8971116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
working-directory: ./examples/http-single-server-channels
- run: cargo test -- --nocapture
working-directory: ./examples/iroh-p2p-channels
- run: docker compose -f docker-compose.yml up -d && cargo test --release -- --nocapture
- run: docker compose -f docker-compose.yml up -d && cargo build --release && cargo test --release -- --nocapture
working-directory: ./examples/postgres-integration

0 comments on commit 8971116

Please sign in to comment.