1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

added test-largeDictionary to dev-long CI script

This commit is contained in:
Yann Collet
2025-06-21 10:55:34 -07:00
parent 528132e9a0
commit d77a7b6895
2 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,14 @@ jobs:
make clean make clean
CFLAGS="-m32 -O2" make -j test V=1 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: no-intrinsics-fuzztest:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

1
tests/.gitignore vendored
View File

@ -5,6 +5,7 @@ fullbench-lib
fuzzer fuzzer
fuzzer32 fuzzer32
fuzzer-dll fuzzer-dll
largeDictionary
zbufftest zbufftest
zbufftest32 zbufftest32
zbufftest-dll zbufftest-dll