We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbc95e commit 0da9202Copy full SHA for 0da9202
1 file changed
.github/workflows/c-cpp.yml
@@ -28,7 +28,9 @@ jobs:
28
- name: make check
29
run: make check
30
- name: make distcheck
31
- run: make distcheck
+ run: |
32
+ make distcheck || true
33
+ cat biflow_aggregator/test-suite.log && false
34
- name: configure with debug
35
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
36
- name: rebuild and check
0 commit comments