Skip to content

Feat: accurate cycle tracker #119

Feat: accurate cycle tracker

Feat: accurate cycle tracker #119

name: Native Compiler Tests
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["**"]
paths:
- "crates/vm/**"
- "extensions/native/circuit/**"
- "extensions/native/compiler/**"
- "Cargo.toml"
- ".github/workflows/native-compiler.yml"
concurrency:
group: ${{ github.workflow_ref }}-native-compiler-${{ 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/image=ubuntu24-full-arm64/extras=s3-cache
steps:
- uses: runs-on/action@v2
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: Run circuit and compiler tests
working-directory: extensions/native/compiler
run: |
cargo nextest run --cargo-profile=fast --features parallel