diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:16:19 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:16:19 -0500 |
| commit | a81def486834523acda2f70dd2e6f6ea4fdf274a (patch) | |
| tree | 5a84a6185716b958629eb31f2e0e8deec82d5531 /.github/workflows/build.yml | |
| parent | 26d350f9318da73aaeef1cf6f3045f0155a8a59a (diff) | |
| parent | 1af7d1608e50e921efe9abd72a97da3a73044596 (diff) | |
| download | monzero-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/build.yml')
| -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 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 |
