mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
scripts/test.sh: add comment about quickcheck constants
This commit is contained in:
parent
8effcb8d91
commit
cae534d82d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Not chosen for exact values, only to be larger than defaults
|
||||||
export QUICKCHECK_TESTS=2000
|
export QUICKCHECK_TESTS=2000
|
||||||
export QUICKCHECK_GENERATOR_SIZE=1000
|
export QUICKCHECK_GENERATOR_SIZE=1000
|
||||||
|
|
||||||
cargo test
|
cargo test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue