From e8a899b1c3f30de8fe2e7eae11fecbd8c1c89ec7 Mon Sep 17 00:00:00 2001 From: Paul Grandperrin Date: Tue, 14 Nov 2023 11:33:17 +0100 Subject: [PATCH] tests: don't cargo update --- example/test.sh | 1 - test.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/example/test.sh b/example/test.sh index 7e21213..5bc88b2 100755 --- a/example/test.sh +++ b/example/test.sh @@ -4,7 +4,6 @@ export RUST_BACKTRACE=full CARGO_HFUZZ=${CARGO_HFUZZ:-"cargo hfuzz"} # by default, use regular subcommand. Override to force using another version (for tests) cargo clean -cargo update # run commands from this directory to check that they correctly find the root crate directory [ -d subdirectory ] && rmdir subdirectory diff --git a/test.sh b/test.sh index 50d4a54..f9fd032 100755 --- a/test.sh +++ b/test.sh @@ -5,7 +5,6 @@ git submodule update --init --recursive cargo uninstall honggfuzz 2>/dev/null || true cargo clean -cargo update # build and set command env var version=`rustc --version`