Files
ere/.github/workflows/test-zkvm-miden.yml
2026-01-27 10:27:14 +08:00

23 lines
347 B
YAML

name: Test and clippy Miden
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
jobs:
test:
uses: ./.github/workflows/test-zkvm.yml
permissions:
contents: read
packages: write
with:
zkvm: miden