This commit is contained in:
hathach
2022-12-08 11:40:43 +07:00
parent 33ea178cd9
commit 4deec2f4be

View File

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