fuzzing.yml: Assert xml_lpm_fuzzer executability

.. while it is not being using to run any regression tests
This commit is contained in:
Sebastian Pipping 2025-02-02 21:48:41 +01:00
parent 69a7a7090d
commit 57d6e4ad56

View file

@ -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