Skip to content

Commit cfdbe3e

Browse files
committed
CI: comment out tests that will fail due to hardware limitations
1 parent 9f1f7d6 commit cfdbe3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integrate.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
shell: msys2_shell.cmd -defterm -no-start -here -ucrt64 {0}
130130
run: |
131131
make AVX512/libXKCP.so
132-
make AVX512/UnitTests && bin/AVX512/UnitTests -a
132+
# make AVX512/UnitTests && bin/AVX512/UnitTests -a
133133
env:
134134
CFLAGS: -O3 -g0 -march=skylake-avx512 -mtune=native
135135
ASMFLAGS: -march=skylake-avx512 -mtune=native
@@ -185,7 +185,7 @@ jobs:
185185
- name: AVX512
186186
run: |
187187
make AVX512/libXKCP.so
188-
make AVX512/UnitTests && bin/AVX512/UnitTests -a
188+
# make AVX512/UnitTests && bin/AVX512/UnitTests -a
189189
env:
190190
CFLAGS: -O3 -g0 -march=skylake-avx512 -mtune=native
191191
ASMFLAGS: -march=skylake-avx512 -mtune=native
@@ -244,14 +244,14 @@ jobs:
244244
- name: AVX2
245245
run: |
246246
make AVX2/libXKCP.dylib
247-
make AVX2/UnitTests && bin/AVX2/UnitTests -a
247+
# make AVX2/UnitTests && bin/AVX2/UnitTests -a
248248
env:
249249
CFLAGS: -O3 -g0 -target x86_64-apple-darwin -arch x86_64 -march=skylake -mtune=native
250250
ASMFLAGS: -march=skylake -mtune=native
251251
- name: AVX512
252252
run: |
253253
make AVX512/libXKCP.dylib
254-
make AVX512/UnitTests && bin/AVX512/UnitTests -a
254+
# make AVX512/UnitTests && bin/AVX512/UnitTests -a
255255
env:
256256
CFLAGS: -O3 -g0 -target x86_64-apple-darwin -arch x86_64 -march=skylake-avx512 -mtune=native
257257
ASMFLAGS: -march=skylake-avx512 -mtune=native

0 commit comments

Comments
 (0)