disable avx512 test on runner for now

until i figure out how to check for the capability in gh actions
This commit is contained in:
anzz1 2023-03-25 19:09:34 +02:00 committed by GitHub
parent a52f6b43b7
commit c2916bb4a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,7 @@ jobs:
- name: Test
id: cmake_test
if: ${{ matrix.build != 'avx512' }} # todo: check whether runner support avx512
run: |
cd build
ctest -C Release --output-on-failure