ci : do not run tests for Kompute (no GPU)

This commit is contained in:
Jared Van Bortel 2024-01-27 11:06:50 -05:00
parent e6edd44d5e
commit 050d450297

View file

@ -409,7 +409,8 @@ jobs:
- name: Test
id: cmake_test
if: ${{ matrix.build != 'clblast' && (matrix.build != 'avx512' || env.HAS_AVX512F == '1') }} # not all machines have native AVX-512
# not all machines have native AVX-512
if: ${{ matrix.build != 'clblast' && matrix.build != 'kompute' && (matrix.build != 'avx512' || env.HAS_AVX512F == '1') }}
run: |
cd build
ctest -L main -C Release --verbose --timeout 900