Skip to content

[feat] BN254 AssertFinalExponentiationIsOne #658

[feat] BN254 AssertFinalExponentiationIsOne

[feat] BN254 AssertFinalExponentiationIsOne #658

Workflow file for this run

name: ECC Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
paths:
- "stark-backend/**"
- "primitives/**"
- "vm/**"
- "compiler/**"
- "ecc/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
AXIOM_FAST_TEST: "1"
jobs:
tests:
runs-on: ubuntu-arm64-16core-64ram
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: Run ecc-lib crate tests
working-directory: ecc/lib
run: |
cargo nextest run --cargo-profile=fast --features parallel