Skip to content

Commit

Permalink
Remove duplicated step
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Apr 18, 2023
1 parent b4e5adc commit c3b7d8a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Expand Up @@ -158,12 +158,6 @@ jobs:
cmake .. -DBUILD_SHARED_LIBS=ON ${{ matrix.defines }}
cmake --build . --config Release
- name: Test
id: cmake_test
run: |
cd build
ctest --verbose
- name: Check AVX512F support
id: check_avx512f
if: ${{ matrix.build == 'avx512' }}
Expand All @@ -179,8 +173,6 @@ 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 c3b7d8a

Please sign in to comment.