1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-30 11:21:33 +03:00

Merge pull request #2686 from senhuang42/arm64fuzztest

Add arm64 fuzz test to travis
This commit is contained in:
sen
2021-05-27 13:50:26 -04:00
committed by GitHub

View File

@@ -32,6 +32,12 @@ matrix:
script:
- make check
- name: arm64fuzz
os: linux
arch: arm64
script:
- make -C tests fuzztest
# TODO: migrate to GH actions once warnings are fixed
- name: Minimal Decompressor Macros # ~5mn
script: