]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
attempt to make 32-bit tests faster
authorYann Collet <cyan@fb.com>
Fri, 11 Oct 2024 23:24:25 +0000 (16:24 -0700)
committerYann Collet <cyan@fb.com>
Fri, 11 Oct 2024 23:24:25 +0000 (16:24 -0700)
this is the longest CI test, reaching ~40mn on last PR

.github/workflows/dev-long-tests.yml

index d9f074369678a299348574d886cdda65e529a703..3c2d1183ba1be717d667ed88926e194c8f2d001f 100644 (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