1
0
mirror of https://github.com/asciinema/avt.git synced 2025-04-19 05:22:19 +03:00

Increase fuzz iterations

This commit is contained in:
Marcin Kulik 2023-10-11 11:32:14 +02:00
parent 8ed0247266
commit 769f5804c0

View File

@ -6,7 +6,7 @@ export CARGO_PROFILE_TEST_OPT_LEVEL=3
while true
do
PROPTEST_CASES=100000 RUST_BACKTRACE=1 cargo test $test
PROPTEST_CASES=1000000 RUST_BACKTRACE=1 cargo test $test
if [[ x$? != x0 ]] ; then
exit $?