fix
This commit is contained in:
parent
b999f45caa
commit
e6b95c1a4c
@ -8,10 +8,9 @@ cd fuzzers
|
||||
|
||||
for fuzzer in *;
|
||||
do
|
||||
echo "[+] Checking fmt, and building $fuzzer"
|
||||
echo "[+] Checking fmt and building $fuzzer"
|
||||
cd $fuzzer \
|
||||
&& cargo fmt --all -- --check \
|
||||
# && ../../clippy.sh --no-clean \ # No clippy for example fuzzers
|
||||
&& cargo build \
|
||||
&& cd .. \
|
||||
|| exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user