Skip to content

Commit 62852eb

Browse files
committed
update workflow to use skip-verify
1 parent c3f84a6 commit 62852eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
forge build
5757
5858
- name: run tests
59-
run: cargo test
59+
env:
60+
RISC0_DEV_MODE: true
61+
run: cargo test --features skip-verify
6062

6163
- name: run foundry tests in dev mode
6264
working-directory: contracts

0 commit comments

Comments
 (0)