mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
fuzzing.yml: Assert xml_lpm_fuzzer executability
.. while it is not being using to run any regression tests
This commit is contained in:
parent
69a7a7090d
commit
57d6e4ad56
1 changed files with 2 additions and 0 deletions
2
.github/workflows/fuzzing.yml
vendored
2
.github/workflows/fuzzing.yml
vendored
|
@ -96,6 +96,8 @@ jobs:
|
|||
cmake "${args[@]}" -S . -B build
|
||||
make -C build VERBOSE=1 -j$(nproc)
|
||||
|
||||
./build/fuzz/xml_lpm_fuzzer -help=1
|
||||
|
||||
- name: Download and extract Expat fuzzing corpora
|
||||
run: |-
|
||||
set -x
|
||||
|
|
Loading…
Add table
Reference in a new issue