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:
parent
a52f6b43b7
commit
c2916bb4a0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue