mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
added test-largeDictionary to dev-long CI script
This commit is contained in:
parent
528132e9a0
commit
d77a7b6895
2 changed files with 9 additions and 0 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue