Skip to content

Commit a958158

Browse files
committed
Makefile: set options to make faster CI exploration in Makefile
1 parent 1319a59 commit a958158

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ tests/foundry/foundry.k.check: tests/foundry/out/kompiled/foundry.k
510510
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
513-
$(KEVM) foundry-prove tests/foundry/out -j$(FOUNDRY_PAR) $(KEVM_OPTS) $(KPROVE_OPTS) $(addprefix --exclude-test , $(shell cat tests/foundry/exclude))
513+
$(KEVM) foundry-prove tests/foundry/out \
514+
-j$(FOUNDRY_PAR) --max-depth 1000 --no-simplify-init \
515+
$(KEVM_OPTS) $(KPROVE_OPTS) $(addprefix --exclude-test , $(shell cat tests/foundry/exclude))
514516

515517
tests/foundry/out/kompiled/timestamp: $(foundry_out) $(KEVM_LIB)/$(foundry_kompiled) venv $(lemma_includes)
516518
$(KEVM) foundry-kompile $< $(KEVM_OPTS) --verbose

0 commit comments

Comments
 (0)