update build fuzzer step

This commit is contained in:
hathach 2022-12-08 11:37:13 +07:00
parent ffd008dc75
commit 33ea178cd9
1 changed files with 1 additions and 8 deletions

View File

@ -36,18 +36,11 @@ jobs:
cd test/unit-test
ceedling test:all
- name: Fetch deps
run: |
fuzz_harness=$(ls -d test/fuzz/device/*/)
for h in $fuzz_harness
do
make $h get-deps
done
- name: Build Fuzzer
run: |
fuzz_harness=$(ls -d test/fuzz/device/*/)
for h in $fuzz_harness
do
make $h get-deps
make $h all
done