multi: add fuzzer to make

This commit is contained in:
Oliver Gugger 2022-08-03 19:56:43 +02:00
parent 986d889b74
commit 1c9de5652e
No known key found for this signature in database
GPG key ID: 8E4256593F177720
3 changed files with 28 additions and 0 deletions

View file

@ -106,6 +106,7 @@ jobs:
unit_type:
- unit-race
- unit-cover
- fuzz
steps:
- name: git checkout
uses: actions/checkout@v2