Files
ere/.github/workflows/test-zkvm-openvm.yml

20 lines
461 B
YAML

name: Test and clippy OpenVM
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
workflow_run:
workflows: ['Build and push images']
types: [completed]
pull_request:
jobs:
test:
if: github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success'
uses: ./.github/workflows/test-zkvm.yml
with:
zkvm: openvm
cuda: true