mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
7 lines
153 B
Bash
Executable file
7 lines
153 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Not chosen for exact values, only to be larger than defaults
|
|
export QUICKCHECK_TESTS=2000
|
|
export QUICKCHECK_GENERATOR_SIZE=1000
|
|
|
|
cargo test
|