Add scripts/test.sh for running tests with higher quickcheck settings

This commit is contained in:
Joakim Frostegård 2020-04-10 03:30:59 +02:00
parent c964f05e84
commit 25f6be3940

6
scripts/test.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
export QUICKCHECK_TESTS=2000
export QUICKCHECK_GENERATOR_SIZE=1000
cargo test