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