mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #6348
1af7d16
workflows: log test output on failure (xiphon)
This commit is contained in:
commit
a81def4868
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -74,4 +74,6 @@ jobs:
|
||||||
- name: install requests
|
- name: install requests
|
||||||
run: pip install requests
|
run: pip install requests
|
||||||
- name: tests
|
- name: tests
|
||||||
|
env:
|
||||||
|
CTEST_OUTPUT_ON_FAILURE: ON
|
||||||
run: make release-test -j3
|
run: make release-test -j3
|
||||||
|
|
Loading…
Reference in a new issue