workflows: log test output on failure

pull/235/head
xiphon 4 years ago
parent 6b2b1d6368
commit 1af7d1608e

@ -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

Loading…
Cancel
Save