mirror of
https://github.com/facebook/zstd.git
synced 2025-08-08 17:22:10 +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:
|
||||
|
Reference in New Issue
Block a user