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