removed redundant tests

clang v3.8 tests are either flacky or redundant,
prefer using clang-latest.
This commit is contained in:
Yann Collet
2021-01-06 15:40:20 -08:00
parent f011f639de
commit 9866148e22
4 changed files with 13 additions and 30 deletions
-5
View File
@@ -32,11 +32,6 @@ matrix:
script:
- make check
- name: make test (complete)
script:
# DEVNULLRIGHTS : will request sudo rights to test permissions on /dev/null
- DEVNULLRIGHTS=test make test
- name: Minimal Decompressor Macros # ~5mn
script:
- make clean && make -j all ZSTD_LIB_MINIFY=1 MOREFLAGS="-Werror"