[CI][cmake] Disable --test-large-data and shorten fuzzing time to 2 mins

This commit is contained in:
Nick Terrell
2020-12-10 13:33:34 -08:00
parent 0be843b200
commit bc3cda9b9f
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -90,10 +90,10 @@ jobs:
- uses: actions/checkout@v2
- name: cmake build and test check
run: |
make cmakebuild
FUZZERTEST=-T1mn ZSTREAM_TESTTIME=-T1mn make cmakebuild
cp -r ./ "../zstd source"
cd "../zstd source"
make cmakebuild
FUZZERTEST=-T1mn ZSTREAM_TESTTIME=-T1mn make cmakebuild
gcc-8-asan-ubsan-fuzz:
runs-on: ubuntu-latest