diff options
author | xiphon <xiphon@protonmail.com> | 2020-02-20 00:46:40 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2020-02-20 00:48:13 +0000 |
commit | 1af7d1608e50e921efe9abd72a97da3a73044596 (patch) | |
tree | cb15daf28b64151bdae063fb9a3a50850fc2eefc | |
parent | Merge pull request #6048 (diff) | |
download | monero-1af7d1608e50e921efe9abd72a97da3a73044596.tar.xz |
workflows: log test output on failure
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50297e146..28d9ac5da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,4 +59,6 @@ jobs: - name: install requests run: pip install requests - name: tests + env: + CTEST_OUTPUT_ON_FAILURE: ON run: make release-test -j3 |