diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run-build-and-tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index d3a094603f..3e23e65f9e 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -9,6 +9,10 @@ ln -s $HOME/travis-cache/.prove t/.prove make --jobs=2 make --quiet test +if test "$jobname" = "linux-gcc" +then + GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test +fi check_unignored_build_artifacts |