Build before running style.fish

This makes the latest versions of fish_indent (and fish) available to
`style.fish`.
This commit is contained in:
Daniel Rainer
2025-06-07 20:21:29 +02:00
parent d663f553df
commit cac3d0ef16

View File

@@ -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