Skip to content

Remove gnark dependency #50

Remove gnark dependency

Remove gnark dependency #50

Workflow file for this run

name: Cairo Zero (Fustat) tests
on:
push:
branches: [main]
pull_request:
merge_group:
jobs:
test-fustat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10.14
uses: actions/setup-python@v4
with:
python-version: 3.10.14
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Setup and run tests
run: |
make setup
source venv/bin/activate
./tools/make/fustat_format_check.sh
make build
pytest tests/fustat_programs/test_fustat.py -n auto -s