mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
18 lines
253 B
YAML
18 lines
253 B
YAML
name: Test and clippy SP1
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/test-zkvm.yml
|
|
permissions:
|
|
contents: read
|
|
packages: write
|
|
with:
|
|
zkvm: sp1
|
|
toolchain: 1.88.0
|