Skip to content

Test and clippy SP1 #972

Test and clippy SP1

Test and clippy SP1 #972

Workflow file for this run

name: Test and clippy SP1
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' && !startsWith(github.head_ref, 'release-please-')) ||
github.event.workflow_run.conclusion == 'success'
uses: ./.github/workflows/test-zkvm.yml
with:
zkvm: sp1
cuda: true
test_threads: 1