-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: build acir test programs in parallel to e2e build step (#9988)
This PR shaves about a minute off of the `acir-test`s jobs as we can build all of the ACIR programs in parallel with the main `build` step. I've decided to add an extra dependency on `build` so that we're only changing when the ACIR is generated but still running the tests at the same time. The `noir+build-acir-tests` target only depends on the `+nargo` target and nothing outside.
- Loading branch information
1 parent
db6fdc2
commit 1aaee26
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters