CI: Exclude zlib tests

Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
This commit is contained in:
TheLastRar 2022-10-26 01:44:30 +01:00
parent 29c1639b1d
commit d52868c6c5

View File

@ -223,13 +223,13 @@ jobs:
- name: Test - name: Test
if: runner.os != 'Windows' if: runner.os != 'Windows'
run: | run: |
ctest --test-dir build --output-on-failure ctest -E "^example64|example$" --test-dir build --output-on-failure
- name: Test (Windows) - name: Test (Windows)
if: runner.os == 'Windows' if: runner.os == 'Windows'
shell: msys2 {0} shell: msys2 {0}
run: | run: |
ctest --test-dir build --output-on-failure ctest -E "^example64|example$" --test-dir build --output-on-failure
## ##
# CODE SCAN # CODE SCAN