fixed CI test

This commit is contained in:
Yann Collet 2020-07-02 16:39:47 -07:00
parent 6379a93461
commit 9caf801b67

View File

@ -23,7 +23,7 @@ matrix:
- make clean
- make dispatch
- make clean
- CC=g++ make CFLAGS="-O2 -mavx512f"
- CC=g++ CFLAGS="-O1 -mavx512f" make
- name: Check results consistency on x64
arch: amd64