]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added test-largeDictionary to dev-long CI script
authorYann Collet <cyan@fb.com>
Sat, 21 Jun 2025 17:55:34 +0000 (10:55 -0700)
committerYann Collet <cyan@fb.com>
Sat, 21 Jun 2025 18:34:10 +0000 (11:34 -0700)
.github/workflows/dev-long-tests.yml
tests/.gitignore

index bf287857faf4a5ae0a537f13fdbdaf3cea0635d0..f92c777d0e875922c8c20c5fcb95dcad18dfd35c 100644 (file)
@@ -56,6 +56,14 @@ jobs:
         make clean
         CFLAGS="-m32 -O2" make -j test V=1
 
+  test-largeDictionary:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
+    - name: largeDictionary
+      run: |
+        CFLAGS="-Werror -O3" make -j -C tests test-largeDictionary
+
   no-intrinsics-fuzztest:
     runs-on: ubuntu-latest
     steps:
index 311a8b5ebeb65ca9cb06b101c41a85849d7bd879..0f155764b96b81845b5f997aad5e38d41c5376e6 100644 (file)
@@ -5,6 +5,7 @@ fullbench-lib
 fuzzer
 fuzzer32
 fuzzer-dll
+largeDictionary
 zbufftest
 zbufftest32
 zbufftest-dll