Skip to content

Commit c37ad71

Browse files
committed
Makefile: set options to make faster CI exploration in Makefile
1 parent c2a8d70 commit c37ad71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ tests/foundry/out/kompiled/foundry.k: tests/foundry/out/kompiled/timestamp
511511

512512
tests/foundry/out/kompiled/foundry.k.prove: tests/foundry/out/kompiled/timestamp
513513
$(KEVM) foundry-prove tests/foundry/out \
514-
-j$(FOUNDRY_PAR) --no-simplify-init \
514+
-j$(FOUNDRY_PAR) --no-simplify-init --max-depth 1000 \
515515
$(KEVM_OPTS) $(KPROVE_OPTS) \
516516
$(addprefix --exclude-test , $(shell cat tests/foundry/exclude))
517517

0 commit comments

Comments
 (0)