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:
8
.github/workflows/dev-long-tests.yml
vendored
8
.github/workflows/dev-long-tests.yml
vendored
@ -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:
|
||||
|
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
@ -5,6 +5,7 @@ fullbench-lib
|
||||
fuzzer
|
||||
fuzzer32
|
||||
fuzzer-dll
|
||||
largeDictionary
|
||||
zbufftest
|
||||
zbufftest32
|
||||
zbufftest-dll
|
||||
|
Reference in New Issue
Block a user