This commit is contained in:
hathach 2022-12-08 11:40:43 +07:00
parent 33ea178cd9
commit 4deec2f4be
1 changed files with 2 additions and 2 deletions

View File

@ -41,6 +41,6 @@ jobs:
fuzz_harness=$(ls -d test/fuzz/device/*/)
for h in $fuzz_harness
do
make $h get-deps
make $h all
make -C $h get-deps
make -C $h all
done