Skip to content

Commit

Permalink
make tests, integration-tests, and coverage run in parallel (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Nov 12, 2023
1 parent 8895705 commit 0801678
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
flags: rust

check-cumulus-bridgehub:
needs: check
runs-on: snowbridge-runner
steps:
- uses: actions/checkout@v2
Expand All @@ -149,7 +150,7 @@ jobs:
--features runtime-benchmarks
integration-tests:
needs: test
needs: check
runs-on: snowbridge-runner
steps:
- uses: actions/checkout@v2
Expand All @@ -162,7 +163,7 @@ jobs:
run: rustup show
- name: snowbridge integration
run: >
cargo test
cargo test
--manifest-path polkadot-sdk/Cargo.toml
-p bridge-hub-rococo-integration-tests
Expand Down

0 comments on commit 0801678

Please sign in to comment.