Skip to content

Commit 8dbc95e

Browse files
author
Damir Zainullin
committed
++
1 parent 331fec2 commit 8dbc95e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ jobs:
2626
- name: make
2727
run: make
2828
- name: make check
29-
run: |
30-
make check || true
31-
cat biflow_aggregator/test-suite.log || true
29+
run: make check
3230
- name: make distcheck
33-
run: |
34-
make distcheck || true
35-
cat biflow_aggregator/test-suite.log || true
31+
run: make distcheck
3632
- name: configure with debug
3733
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
3834
- name: rebuild and check

0 commit comments

Comments
 (0)