Skip to content

chore: fix CI and bump to v0.1.1 (#1158) #359

chore: fix CI and bump to v0.1.1 (#1158)

chore: fix CI and bump to v0.1.1 (#1158) #359

name: Native Extension Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
paths:
- "extensions/native/**"
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
- name: Run native extension crate tests
working-directory: extensions/native/circuit
run: |
cargo nextest run --cargo-profile=fast