Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Jun 7, 2024
1 parent 2a51dc1 commit 11f3a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
run: target/debug/prepare_db

# Run integration tests
- name: integration tests
run: cargo test --no-fail-fast -p lard_tests -- --nocapture --test-threads=1
- name: Run unit and integration tests
run: cargo test --no-fail-fast -- --nocapture --test-threads=1

# TODO: potentially we can split them up in multiple steps
# - name: Prepare PostgreSQL for API tests
Expand Down

0 comments on commit 11f3a88

Please sign in to comment.