We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d35b27 commit 54bfdc1Copy full SHA for 54bfdc1
1 file changed
.github/workflows/c-cpp.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: make distcheck
31
run: |
32
make distcheck || true
33
- find _build/sub -type f
34
- cat _build/sub/biflow_aggregator/test-suite.log || echo "Log not found"
+ pwd
+ cat 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
0 commit comments