Skip to content

Commit

Permalink
chore: install SP1 toolchain for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 8, 2024
1 parent 572103f commit a47324a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup

- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
~/.sp1/bin/sp1up
~/.sp1/bin/cargo-prove prove --version
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -72,6 +78,12 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup

- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
~/.sp1/bin/sp1up
~/.sp1/bin/cargo-prove prove --version
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -102,6 +114,12 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup

- name: Install SP1 toolchain
run: |
curl -L https://sp1.succinct.xyz | bash
~/.sp1/bin/sp1up
~/.sp1/bin/cargo-prove prove --version
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit a47324a

Please sign in to comment.