Skip to content

Commit

Permalink
ci: remove leftover config to disable tests for CentOS7
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmicha committed Aug 5, 2024
1 parent 10833f2 commit f7af4c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ jobs:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=$TESTS
make && make install
env:
TESTS: ${{ startsWith(matrix.image, 'centos:7') != true }}
- name: Run tests
run: cd build && make test
- name: Try to run IPFIXcol2
Expand Down

0 comments on commit f7af4c2

Please sign in to comment.