mirror of
https://github.com/eth-act/ere.git
synced 2026-04-25 03:00:10 -04:00
23 lines
347 B
YAML
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
|