Skip to content

Commit d77a7b6

Browse files
committed
added test-largeDictionary to dev-long CI script
1 parent 528132e commit d77a7b6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
make clean
5757
CFLAGS="-m32 -O2" make -j test V=1
5858
59+
test-largeDictionary:
60+
runs-on: ubuntu-latest
61+
steps:
62+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
63+
- name: largeDictionary
64+
run: |
65+
CFLAGS="-Werror -O3" make -j -C tests test-largeDictionary
66+
5967
no-intrinsics-fuzztest:
6068
runs-on: ubuntu-latest
6169
steps:

tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ fullbench-lib
55
fuzzer
66
fuzzer32
77
fuzzer-dll
8+
largeDictionary
89
zbufftest
910
zbufftest32
1011
zbufftest-dll

0 commit comments

Comments
 (0)