Skip to content

Commit

Permalink
Merge a3b1ad7 into 637263a
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Sep 3, 2024
2 parents 637263a + a3b1ad7 commit 0ea12dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
name: Example (RSP Low Memory)
strategy:
matrix:
mem_limit: []
mem_limit: [16, 32, 64]
runs-on:
[
runs-on,
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Run script
run: |
cd examples/tendermint/program
cd examples/rsp/program
cargo add sp1-zkvm --path $GITHUB_WORKSPACE/crates/zkvm/entrypoint
cargo prove build
cd ../script
Expand Down

0 comments on commit 0ea12dc

Please sign in to comment.