Skip to content

Commit

Permalink
Merge pull request #30 from Innmind/increase-scenarii-per-proof
Browse files Browse the repository at this point in the history
Increase the number of scenarii per proof in the CI
  • Loading branch information
Baptouuuu authored Nov 9, 2024
2 parents dfdebfc + 790208d commit 8a3135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
->dumpTo('coverage.clover')
->enableWhen(true),
)
->scenariiPerProof(1),
->scenariiPerProof(50),
)
->tryToProve(Load::everythingIn(__DIR__.'/proofs/'))
->exit();

0 comments on commit 8a3135d

Please sign in to comment.