Skip to content

Commit 3d35b27

Browse files
author
Damir Zainullin
committed
++
1 parent 9937c89 commit 3d35b27

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
@@ -30,7 +30,9 @@ jobs:
3030
- name: make distcheck
3131
run: |
3232
make distcheck || true
33-
cat biflow_aggregator/test-suite.log
33+
find _build/sub -type f
34+
cat _build/sub/biflow_aggregator/test-suite.log || echo "Log not found"
35+
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)