Skip to content

Commit

Permalink
chore: install prover
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Nov 1, 2024
1 parent 63be82d commit 6a155b8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/pr-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "$OUT_FILE_CONTENT" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- uses: exercism/[email protected]
if: ${{ steps.fmt.outcome == 'failure' }}
if: ${{ steps.fmt.conclusion == 'failure' }}
with:
github-token: "${{ github.token }}"
config-file: ".github/comment-templates/fmt.yaml"
Expand All @@ -79,19 +79,28 @@ jobs:
run: cargo test
e2e-test:
name: E2E Test
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
container:
image: ghcr.io/anagrambuild/bonsol-ci-env:latest
volumes:
- ${{ github.workspace }}:/workspaces/bonsol
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/cache@v4
id: cache
with:
path: stark
key: stark-v2024-05-17.1
- name: Setup Deps
if: steps.cache.outputs.cache-hit != 'true'
run: ./bin/install_prover.sh --prefix .
- name: E2E Test
run: |
cargo build-sbf
cargo build -p bonsol-node
solana-test-validator \
--ledger-path ./ledger \
--limit-ledger-size 0 \
--bind-address 0.0.0.0 \
--rpc-pubsub-enable-block-subscription \
Expand Down

0 comments on commit 6a155b8

Please sign in to comment.