We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2e6b3 commit 8e4f4bcCopy full SHA for 8e4f4bc
1 file changed
.github/workflows/c-cpp.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: make
27
run: make
28
- name: make check
29
- run: make check
+ run: make check; cat biflow_aggregator/test-suite.log
30
- name: make distcheck
31
run: make distcheck
32
- name: configure with debug
0 commit comments