update CI

This commit is contained in:
Danielle Rozenblit
2023-01-27 14:18:29 -08:00
parent 9e4c66b9e9
commit da589a134a
3 changed files with 17 additions and 5 deletions
+11
View File
@@ -65,6 +65,17 @@ jobs:
- name: thread sanitizer fuzztest
run: CC=clang make tsan-fuzztest
big-tests-zstreamtest32:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
- name: zstream tests in 32bit mode, with big tests
run: |
sudo apt-get -qqq update
make libc6install
CC=clang make -C tests test-zstream32 FUZZERFLAGS="--big-tests"
# lasts ~23mn
gcc-8-asan-ubsan-testzstd:
runs-on: ubuntu-latest