diff --git a/build_tools/check.sh b/build_tools/check.sh index fbae263f6..e1be44e54 100755 --- a/build_tools/check.sh +++ b/build_tools/check.sh @@ -8,9 +8,8 @@ RUSTDOCFLAGS='-D warnings'; export RUSTDOCFLAGS repo_root="$(dirname "$0")/.." build_dir="$repo_root/target/debug" -PATH="$build_dir:$PATH" "$repo_root/build_tools/style.fish" --all --check - cargo build --workspace --all-targets +PATH="$build_dir:$PATH" "$repo_root/build_tools/style.fish" --all --check cargo clippy --workspace --all-targets cargo test --no-default-features --workspace --all-targets cargo test --doc --workspace