Skip to content

Commit 8a3135d

Browse files
authored
Merge pull request #30 from Innmind/increase-scenarii-per-proof
Increase the number of scenarii per proof in the CI
2 parents dfdebfc + 790208d commit 8a3135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blackbox.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
->dumpTo('coverage.clover')
2323
->enableWhen(true),
2424
)
25-
->scenariiPerProof(1),
25+
->scenariiPerProof(50),
2626
)
2727
->tryToProve(Load::everythingIn(__DIR__.'/proofs/'))
2828
->exit();

0 commit comments

Comments
 (0)