CI: don't run systemd integration test on mac

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2024-05-07 09:42:30 +02:00
parent 187ebeb4df
commit f4d0f80711

View File

@@ -237,7 +237,7 @@ jobs:
run: |
./test/run_tests.sh ./libnDPI ./build/nDPId-test
- name: Daemon
if: endsWith(matrix.compiler, 'cc') || endsWith(matrix.compiler, 'clang')
if: startsWith(matrix.compiler, 'gcc') || endsWith(matrix.compiler, 'clang')
run: |
make -C ./build daemon VERBOSE=1
make -C ./build daemon VERBOSE=1