mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-24 04:33:50 +01:00
Update to new benchmarking framework (#126)
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -103,7 +103,6 @@ jobs:
|
||||
exclude:
|
||||
- dir: scripts/
|
||||
- dir: curve-constraint-tests/
|
||||
- dir: curve-benches/
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -159,10 +158,10 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --examples --workspace --exclude ark-curve-constraint-tests --exclude ark-curve-benches --target aarch64-unknown-none
|
||||
args: --examples --workspace --exclude ark-curve-constraint-tests --target aarch64-unknown-none
|
||||
|
||||
- name: build
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --workspace --exclude ark-curve-constraint-tests --exclude ark-curve-benches --target aarch64-unknown-none
|
||||
args: --workspace --exclude ark-curve-constraint-tests --target aarch64-unknown-none
|
||||
|
||||
Reference in New Issue
Block a user