Merge pull request #2686 from senhuang42/arm64fuzztest
Add arm64 fuzz test to travis
This commit is contained in:
commit
18d02cbf2e
@ -32,6 +32,12 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
|
- name: arm64fuzz
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
script:
|
||||||
|
- make -C tests fuzztest
|
||||||
|
|
||||||
# TODO: migrate to GH actions once warnings are fixed
|
# TODO: migrate to GH actions once warnings are fixed
|
||||||
- name: Minimal Decompressor Macros # ~5mn
|
- name: Minimal Decompressor Macros # ~5mn
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user