aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-02-26 14:16:19 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-02-26 14:16:19 -0500
commita81def486834523acda2f70dd2e6f6ea4fdf274a (patch)
tree5a84a6185716b958629eb31f2e0e8deec82d5531 /.github/workflows
parent26d350f9318da73aaeef1cf6f3045f0155a8a59a (diff)
parent1af7d1608e50e921efe9abd72a97da3a73044596 (diff)
downloadmonzero-core-a81def486834523acda2f70dd2e6f6ea4fdf274a.tar.gz
monzero-core-a81def486834523acda2f70dd2e6f6ea4fdf274a.tar.xz
monzero-core-a81def486834523acda2f70dd2e6f6ea4fdf274a.zip
Merge pull request #6348
1af7d16 workflows: log test output on failure (xiphon)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ce460ef04..3066069b2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,4 +74,6 @@ jobs:
- name: install requests
run: pip install requests
- name: tests
+ env:
+ CTEST_OUTPUT_ON_FAILURE: ON
run: make release-test -j3