Skip to content

Commit 4e399a2

Browse files
author
Damir Zainullin
committed
++
1 parent 90098ec commit 4e399a2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,16 @@ jobs:
2727
run: make
2828
- name: make check
2929
run: |
30-
make check || true
31-
pwd
32-
cat biflow_aggregator/test-suite.log
30+
make check
3331
3432
- name: make distcheck
3533
run: |
36-
make distcheck || true
37-
pwd
38-
cat nemea-modules-2.26.0/_build/sub/biflow_aggregator/test-suite.log || echo "Log not found"
34+
make distcheck
3935
4036
- name: configure with debug
4137
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
4238
- name: rebuild and check
43-
run: |
44-
make clean
45-
make check || true
46-
cat biflow_aggregator/test-suite.log
39+
run: make clean;make check
4740
- uses: codecov/codecov-action@v1
4841
with:
4942
flags: tests # optional

0 commit comments

Comments
 (0)