Skip to content

Commit

Permalink
Test AVX-512 only when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Apr 19, 2023
1 parent 7481395 commit fa9d018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ jobs:
- name: Test
id: cmake_test
# Test AVX-512 only when possible
if: ${{ matrix.build != 'avx512' || env.HAS_AVX512F == '1' }}
run: |
cd build
ctest -C Release --verbose
Expand Down

0 comments on commit fa9d018

Please sign in to comment.