Run fuzzed-tests in github actions ##tests (#17075)

* Run fuzzed-tests in github actions
This commit is contained in:
Riccardo Schirone 2020-07-03 05:40:56 +02:00 committed by GitHub
parent cdd039a38a
commit 4c9bf99134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: make install
working-directory: radare2
- name: Run tests
run: cd test/unit && make
run: cd test/unit && make && make fuzz-tests
working-directory: radare2
env:
# `make install` installs, for some unknown reasons, pkgconfig files in

View File

@ -101,7 +101,7 @@ jobs:
fi
cd test
radare2 -N -Qc 'e cfg.newshell' -
make
make && make fuzz-tests
env:
NEWSHELL: ${{ matrix.newshell }}
- name: Upload coverage info