From 666058f42f5f9f033cfb218a30477ead9be17af5 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 20 Aug 2020 18:13:11 +0200 Subject: ci: Generate larger values in the quickcheck::Arbitrary. - By setting an undocumented environment variable, we can tweak the random number generator used by quickcheck. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3