mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Add scripts/test.sh for running tests with higher quickcheck settings
This commit is contained in:
parent
c964f05e84
commit
25f6be3940
1 changed files with 6 additions and 0 deletions
6
scripts/test.sh
Executable file
6
scripts/test.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
export QUICKCHECK_TESTS=2000
|
||||
export QUICKCHECK_GENERATOR_SIZE=1000
|
||||
|
||||
cargo test
|
||||
Loading…
Add table
Add a link
Reference in a new issue