Skip to content

Commit

Permalink
feat: restored CI to running all unit tests in one step
Browse files Browse the repository at this point in the history
  • Loading branch information
l0r1s committed Oct 9, 2023
1 parent 93b26d2 commit 46a86c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@ jobs:
- name: Build
run: cargo build

- name: Tests (except provider crate)
run: cargo test --workspace --exclude provider

- name: Tests (provider crate)
# there should be a unique test thread for native provider tests (asserting spawned processes count)
run: cargo test -p provider -- --test-threads 1
- name: Tests
run: cargo test --workspace

coverage:
name: Zombienet SDK - coverage
Expand Down

0 comments on commit 46a86c0

Please sign in to comment.