mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
21 lines
344 B
YAML
21 lines
344 B
YAML
name: Test and clippy OpenVM
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/test-zkvm.yml
|
|
permissions:
|
|
contents: read
|
|
packages: write
|
|
with:
|
|
zkvm: openvm
|
|
toolchain: 1.86.0
|
|
test_ere_dockerized: true
|
|
default_features: false
|
|
test_options: ''
|