Skip to content

Commit

Permalink
chore(ci): run l1-contracts CI in parallel with build step (#10024)
Browse files Browse the repository at this point in the history
There's no real reason to wait until the `build` step has completed to
run the `l1-contracts` tests afaict as the `build` step doesn't impact
`l1-contracts`.
  • Loading branch information
TomAFrench authored Nov 18, 2024
1 parent 1aaee26 commit 6ed12d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ jobs:
path: network-test.log

l1-contracts-test:
needs: [build, configure]
needs: [build-images, configure]
runs-on: ${{ needs.configure.outputs.username }}-x86
if: needs.configure.outputs.l1-contracts == 'true'
steps:
Expand Down

0 comments on commit 6ed12d9

Please sign in to comment.