mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-11 17:16:03 +00:00
Run fuzzed-tests in github actions ##tests (#17075)
* Run fuzzed-tests in github actions
This commit is contained in:
parent
cdd039a38a
commit
4c9bf99134
2
.github/workflows/centos6.yml
vendored
2
.github/workflows/centos6.yml
vendored
@ -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
|
||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user