We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90098ec commit 4e399a2Copy full SHA for 4e399a2
.github/workflows/c-cpp.yml
@@ -27,23 +27,16 @@ jobs:
27
run: make
28
- name: make check
29
run: |
30
- make check || true
31
- pwd
32
- cat biflow_aggregator/test-suite.log
+ make check
33
34
- name: make distcheck
35
36
- make distcheck || true
37
38
- cat nemea-modules-2.26.0/_build/sub/biflow_aggregator/test-suite.log || echo "Log not found"
+ make distcheck
39
40
- name: configure with debug
41
run: ./configure --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
42
- name: rebuild and check
43
- run: |
44
- make clean
45
46
+ run: make clean;make check
47
- uses: codecov/codecov-action@v1
48
with:
49
flags: tests # optional
0 commit comments