mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-06-22 13:11:37 +00:00
8 lines
153 B
Bash
Executable File
8 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
|