Skip to content

Commit e32f291

Browse files
committed
ci: remove leftover config to disable tests for CentOS7
1 parent 10833f2 commit e32f291

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@ jobs:
9595
- name: Build and install IPFIXcol2
9696
run: |
9797
mkdir build && cd build
98-
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=$TESTS
98+
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=1
9999
make && make install
100-
env:
101-
TESTS: ${{ startsWith(matrix.image, 'centos:7') != true }}
102100
- name: Run tests
103101
run: cd build && make test
104102
- name: Try to run IPFIXcol2

0 commit comments

Comments
 (0)