Skip to content

Commit ee0da20

Browse files
authored
fix: typo in rsp example ci test (#1465)
1 parent 1dbccc5 commit ee0da20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
name: Example (RSP Low Memory)
173173
strategy:
174174
matrix:
175-
mem_limit: []
175+
mem_limit: [16, 32, 64]
176176
runs-on:
177177
[
178178
runs-on,
@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Run script
207207
run: |
208-
cd examples/tendermint/program
208+
cd examples/rsp/program
209209
cargo add sp1-zkvm --path $GITHUB_WORKSPACE/crates/zkvm/entrypoint
210210
cargo prove build
211211
cd ../script

0 commit comments

Comments
 (0)