We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d9e7e commit 331fec2Copy full SHA for 331fec2
.github/workflows/c-cpp.yml
@@ -30,7 +30,9 @@ jobs:
30
make check || true
31
cat biflow_aggregator/test-suite.log || true
32
- name: make distcheck
33
- run: make distcheck
+ run: |
34
+ make distcheck || true
35
+ cat biflow_aggregator/test-suite.log || true
36
- name: configure with debug
37
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
38
- name: rebuild and check
0 commit comments