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 10833f2 commit e32f291Copy full SHA for e32f291
.github/workflows/main.yml
@@ -95,10 +95,8 @@ jobs:
95
- name: Build and install IPFIXcol2
96
run: |
97
mkdir build && cd build
98
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=$TESTS
+ cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=1
99
make && make install
100
- env:
101
- TESTS: ${{ startsWith(matrix.image, 'centos:7') != true }}
102
- name: Run tests
103
run: cd build && make test
104
- name: Try to run IPFIXcol2
0 commit comments