Skip to content

Commit

Permalink
Add arm64 fuzz test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
senhuang42 committed May 26, 2021
1 parent 2ee2cf9 commit 56b7dd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56b7dd1

Please sign in to comment.