Files
ere/.github/workflows/test-zkvm-risc0.yml

21 lines
341 B
YAML

name: Test and clippy Risc0
on:
push:
branches:
- master
pull_request:
jobs:
test:
uses: ./.github/workflows/test-zkvm.yml
permissions:
contents: read
packages: write
with:
zkvm: risc0
toolchain: 1.86.0
test_ere_dockerized: true
default_features: true
test_options: ''