summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh
index 22355f0091..9b6fedcc2a 100755
--- a/ci/run-tests.sh
+++ b/ci/run-tests.sh
@@ -7,6 +7,10 @@
ln -s $HOME/travis-cache/.prove t/.prove
make --quiet test
+if test "$jobname" = "linux-gcc"
+then
+ GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
+fi
check_unignored_build_artifacts