Skip to content

Commit 331fec2

Browse files
author
Damir Zainullin
committed
++
1 parent 01d9e7e commit 331fec2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
make check || true
3131
cat biflow_aggregator/test-suite.log || true
3232
- name: make distcheck
33-
run: make distcheck
33+
run: |
34+
make distcheck || true
35+
cat biflow_aggregator/test-suite.log || true
3436
- name: configure with debug
3537
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
3638
- name: rebuild and check

0 commit comments

Comments
 (0)