Skip to content

Commit c32ed2c

Browse files
author
Damir Zainullin
committed
++
1 parent d880f4c commit c32ed2c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
- name: make
2727
run: make
2828
- name: make check
29-
run: make check
29+
run: |
30+
make check |
31+
pwd |
32+
cat biflow_aggregator/test-suite.log
33+
3034
- name: make distcheck
3135
run: |
3236
make distcheck || true

0 commit comments

Comments
 (0)