summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-08-20 18:13:11 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-08-20 18:13:11 +0200
commit666058f42f5f9f033cfb218a30477ead9be17af5 (patch)
tree4739a9fd0aa9c147081dfe03955302cb37bfc07e
parentfa888a60114c60f2babc311f15aff8e14f196025 (diff)
ci: Generate larger values in the quickcheck::Arbitrary.
- By setting an undocumented environment variable, we can tweak the random number generator used by quickcheck.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f4f70c0..08a596f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,3 +153,4 @@ variables:
RUST_BACKTRACE: full
RUSTFLAGS: -D warnings
CFLAGS: -Werror
+ QUICKCHECK_GENERATOR_SIZE: 500 # https://github.com/BurntSushi/quickcheck/pull/240