Add no intrinsics fuzztest, rowhash compression size test, and S390X to travis

This commit is contained in:
Sen Huang
2021-06-07 00:54:53 -07:00
parent cefafc0b6e
commit 2ff5c7b59f
3 changed files with 48 additions and 5 deletions
+7
View File
@@ -27,6 +27,13 @@ jobs:
- name: OS-X test
run: make test # make -c lib all doesn't work because of the fact that it's not a tty
no-intrinsics-fuzztest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: no intrinsics fuzztest
run: MOREFLAGS="-DZSTD_NO_INTRINSICS" make -C tests fuzztest
tsan-zstreamtest:
runs-on: ubuntu-latest
steps: