Skip to content

Commit

Permalink
Improve ci run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Nov 10, 2023
1 parent d4f7908 commit c0b8ba5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
--package snowbridge-ethereum-beacon-client
coverage:
needs: test
needs: check
runs-on: snowbridge-runner
env:
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -140,7 +140,6 @@ jobs:
flags: rust

check-cumulus-bridgehub:
needs: check
runs-on: snowbridge-runner
steps:
- uses: actions/checkout@v2
Expand All @@ -160,7 +159,7 @@ jobs:
--features runtime-benchmarks
runtime-tests:
needs: test
needs: check
runs-on: snowbridge-runner
steps:
- uses: actions/checkout@v2
Expand All @@ -179,7 +178,7 @@ jobs:
-- --nocapture
integration-tests:
needs: test
needs: check
runs-on: snowbridge-runner
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c0b8ba5

Please sign in to comment.