feat: support taiko_transition chain spec #855
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI - SP1 | ||
| on: | ||
| workflow_call: | ||
| push: | ||
| branches: ["main"] | ||
| paths: | ||
| - "provers/sp1/**" | ||
| - "!docs/**" | ||
| - "!**/README.md" | ||
| pull_request: | ||
| paths: | ||
| - "provers/sp1/**" | ||
| - "!docs/**" | ||
| - "!**/README.md" | ||
| jobs: | ||
| build-test-sp1: | ||
| name: Build and test sp1 | ||
| uses: ./.github/workflows/ci-build-test-reusable.yml | ||
|
Check warning on line 20 in .github/workflows/ci-sp1.yml
|
||
| with: | ||
| version_name: "sp1" | ||
| version_toolchain: "nightly-2024-04-18" | ||
| integration-test-sp1: | ||
| name: Run integration tests on sp1 | ||
| uses: ./.github/workflows/ci-integration-reusable.yml | ||
|
Check warning on line 27 in .github/workflows/ci-sp1.yml
|
||
| with: | ||
| version_name: "sp1" | ||
| version_toolchain: "nightly-2024-04-17" | ||