Skip to content

fixing r0 ci

fixing r0 ci #550

Workflow file for this run

name: CI - All
on:
push:
branches: ["main"]
paths:
- "host/**"
- "lib/**"
- "script/**"
- "!docs/**"
pull_request:
paths:
- "host/**"
- "lib/**"
- "script/**"
- "!docs/**"
merge_group:
env:
CARGO_TERM_COLOR: always
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-test-native:
uses: ./.github/workflows/ci-native.yml
build-test-risc0:
uses: ./.github/workflows/ci-risc0.yml