Skip to content

Commit

Permalink
Skip tests when installing ProtocolState-Fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Aug 26, 2024
1 parent 1705faf commit e550dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_fuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setup_psf() {
git clone "https://github.com/protocol-fuzzing/protocol-state-fuzzer.git"
cd protocol-state-fuzzer
git checkout ${CHECKOUT}
mvn install
mvn install -DskipTests

cd "${BASE_DIR}"
rm -rf ./protocol-state-fuzzer/
Expand Down

0 comments on commit e550dd5

Please sign in to comment.