mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
20
.github/workflows/test-zkvm-miden.yml
vendored
Normal file
20
.github/workflows/test-zkvm-miden.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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: ""
|
||||
Reference in New Issue
Block a user