removing tests using too much resources for 32-bit address space

This commit is contained in:
Yann Collet
2020-12-17 15:44:54 -08:00
parent d5eb7d1569
commit 3536e9d5ff
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
- name: make check on 32-bit
run: |
make libc6install
CFLAGS="-m32 -O1 -fstack-protector" make test V=1
CFLAGS="-m32 -O1 -fstack-protector" make check V=1
gcc-6-7-libzstd:
runs-on: ubuntu-latest