mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Merge pull request #11563
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user