Skip to content

Commit a227f87

Browse files
Windows test
1 parent bc3760a commit a227f87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
if: ${{ matrix.build != 'avx512' || env.HAS_AVX512F == '1' }} # Test AVX-512 only when possible
191191
run: |
192192
cd build
193-
ctest -C Release --verbose
193+
ctest -C Release --output-on-failure --trace --debug
194194
195195
- name: Get commit hash
196196
id: commit
@@ -216,10 +216,10 @@ jobs:
216216
runs-on: ubuntu-latest
217217

218218
needs:
219-
- ubuntu-focal-make
220-
- ubuntu-latest-cmake
221-
- macOS-latest-make
222-
- macOS-latest-cmake
219+
# - ubuntu-focal-make
220+
# - ubuntu-latest-cmake
221+
# - macOS-latest-make
222+
# - macOS-latest-cmake
223223
- windows-latest-cmake
224224

225225
steps:

0 commit comments

Comments
 (0)