mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
update build fuzzer step
This commit is contained in:
parent
ffd008dc75
commit
33ea178cd9
9
.github/workflows/pre-commit.yml
vendored
9
.github/workflows/pre-commit.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user