feat(protocol): enable shasta fork #806
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 | |
| 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 | |
| with: | |
| version_name: "sp1" | |
| version_toolchain: "nightly-2024-04-17" |