-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update in-file test names * de-macro-ize tests * add test failure * comment out failing tests * fixed failing tests * fixed the undeclaired global types * removed unused variable * fixing version issues * uncommented failing tests * formatter as always.. * fix: limit threads --------- Co-authored-by: Khashayar Barooti <[email protected]> Co-authored-by: Tom French <[email protected]>
- Loading branch information
1 parent
6b95505
commit e1f1c9c
Showing
17 changed files
with
574 additions
and
163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
toolchain: [nightly, 0.36.0] | ||
toolchain: [nightly, 0.37.0] | ||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
@@ -28,6 +28,8 @@ jobs: | |
|
||
- name: Run Noir tests | ||
run: nargo test | ||
env: | ||
RAYON_NUM_THREADS: 1 | ||
|
||
format: | ||
runs-on: ubuntu-latest | ||
|
@@ -38,7 +40,7 @@ jobs: | |
- name: Install Nargo | ||
uses: noir-lang/[email protected] | ||
with: | ||
toolchain: 0.36.0 | ||
toolchain: 0.37.0 | ||
|
||
- name: Run formatter | ||
run: nargo fmt --check | ||
|
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
Oops, something went wrong.