attempt to make 32-bit tests faster

this is the longest CI test, reaching ~40mn on last PR
This commit is contained in:
Yann Collet
2024-10-11 16:24:25 -07:00
parent 8c38bda935
commit 1024aa9252
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
run: |
sudo apt-get -qqq update
make libc6install
CFLAGS="-m32" make test
CFLAGS="-m32 -O1" make test V=1
no-intrinsics-fuzztest:
runs-on: ubuntu-latest