Skip to content

Commit

Permalink
tests: don't cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGrandperrin committed Nov 14, 2023
1 parent 7f8169b commit e8a899b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e8a899b

Please sign in to comment.