Skip to content

Commit 0da9202

Browse files
author
Damir Zainullin
committed
++
1 parent 8dbc95e commit 0da9202

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- name: make check
2929
run: make check
3030
- name: make distcheck
31-
run: make distcheck
31+
run: |
32+
make distcheck || true
33+
cat biflow_aggregator/test-suite.log && false
3234
- name: configure with debug
3335
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
3436
- name: rebuild and check

0 commit comments

Comments
 (0)