Skip to content

Commit

Permalink
Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanstepanovftw committed Apr 28, 2023
1 parent bc3760a commit a227f87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
if: ${{ matrix.build != 'avx512' || env.HAS_AVX512F == '1' }} # Test AVX-512 only when possible
run: |
cd build
ctest -C Release --verbose
ctest -C Release --output-on-failure --trace --debug
- name: Get commit hash
id: commit
Expand All @@ -216,10 +216,10 @@ jobs:
runs-on: ubuntu-latest

needs:
- ubuntu-focal-make
- ubuntu-latest-cmake
- macOS-latest-make
- macOS-latest-cmake
# - ubuntu-focal-make
# - ubuntu-latest-cmake
# - macOS-latest-make
# - macOS-latest-cmake
- windows-latest-cmake

steps:
Expand Down

0 comments on commit a227f87

Please sign in to comment.