We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3760a commit a227f87Copy full SHA for a227f87
.github/workflows/build.yml
@@ -190,7 +190,7 @@ jobs:
190
if: ${{ matrix.build != 'avx512' || env.HAS_AVX512F == '1' }} # Test AVX-512 only when possible
191
run: |
192
cd build
193
- ctest -C Release --verbose
+ ctest -C Release --output-on-failure --trace --debug
194
195
- name: Get commit hash
196
id: commit
@@ -216,10 +216,10 @@ jobs:
216
runs-on: ubuntu-latest
217
218
needs:
219
- - ubuntu-focal-make
220
- - ubuntu-latest-cmake
221
- - macOS-latest-make
222
- - macOS-latest-cmake
+# - ubuntu-focal-make
+# - ubuntu-latest-cmake
+# - macOS-latest-make
+# - macOS-latest-cmake
223
- windows-latest-cmake
224
225
steps:
0 commit comments