Files
ere/.github/workflows/test-zkvm-miden.yml
Brechy 1cb4e9238e feat: ere-miden (#136)
Co-authored-by: Han <tinghan0110@gmail.com>
2025-09-17 11:14:01 +08:00

21 lines
342 B
YAML

name: Test and clippy Miden
on:
push:
branches:
- master
pull_request:
jobs:
test:
uses: ./.github/workflows/test-zkvm.yml
permissions:
contents: read
packages: write
with:
zkvm: miden
toolchain: 1.88.0
test_ere_dockerized: false
default_features: true
test_options: ""