We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9937c89 commit 3d35b27Copy full SHA for 3d35b27
1 file changed
.github/workflows/c-cpp.yml
@@ -30,7 +30,9 @@ jobs:
30
- name: make distcheck
31
run: |
32
make distcheck || true
33
- cat biflow_aggregator/test-suite.log
+ find _build/sub -type f
34
+ cat _build/sub/biflow_aggregator/test-suite.log || echo "Log not found"
35
+
36
- name: configure with debug
37
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
38
- name: rebuild and check
0 commit comments