summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 36a1b67e9c..ee08af05a6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -58,5 +58,7 @@ task:
make_install_script: make install
install_gems_for_test_script: $RUBY_PREFIX/bin/gem install --no-doc timezone tzinfo
make_test-tool_script: make test-tool
- make_test-all_script: make test-all
+ make_test-all_script:
+ - export -n CIRRUS_COMMIT_MESSAGE
+ - make test-all
make_test-spec_script: make test-spec