Skip to content

chore: switch benchmark results branch (#1041) #239

chore: switch benchmark results branch (#1041)

chore: switch benchmark results branch (#1041) #239

name: Algebra Extension Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
paths:
- "extensions/algebra/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
OPENVM_FAST_TEST: "1"
jobs:
tests:
runs-on:
- runs-on=${{ github.run_id }}
- runner=64cpu-linux-arm64
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
# TEMPORARY
- name: Give GitHub Actions access to private repositories
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }}
- name: Run algebra extension crate tests
working-directory: extensions/algebra/circuit
run: |
cargo nextest run --cargo-profile=fast