-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused github actions and leave only profiling one
- Loading branch information
1 parent
075d40c
commit 98e030c
Showing
5 changed files
with
11 additions
and
171 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: circuit tests | ||
name: circuits profiling | ||
|
||
on: [push] | ||
|
||
|
@@ -10,11 +10,19 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install GNU Time and bc | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y time bc | ||
- name: Install Nargo | ||
uses: noir-lang/[email protected] | ||
with: | ||
toolchain: nightly-2024-01-11 # Pin at 0.23.0 when it's released. We need nightly now as 0.22.0 doesn't have the oracles | ||
|
||
- name: Run nargo test | ||
run: nargo test --workspace | ||
- name: Run nargo info | ||
run: nargo info --workspace | ||
|
||
- name: Run nargo prove | ||
run: ./prove.sh |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.