From e54e0465e294a0e729edbc0529af05d8f836358f Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Tue, 11 Dec 2018 15:49:19 +0100 Subject: [PATCH] Merge PR #3080: Run fewer blocks on CI multi-seed simulation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c194aa84f3..d866bd637e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -178,7 +178,7 @@ jobs: name: Test multi-seed Gaia simulation command: | export PATH="$GOBIN:$PATH" - make test_sim_gaia_multi_seed + scripts/multisim.sh 25 TestFullGaiaSimulation test_cover: <<: *defaults