mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
cleanup: split up assignment and export
This prevents hiding failures of the `rustc` command. Part of #12636
This commit is contained in:
committed by
Johannes Altmanninger
parent
29ff2fdd43
commit
da924927a0
@@ -113,7 +113,8 @@ fi
|
||||
# - https://github.com/msys2/MSYS2-packages/issues/5784
|
||||
(
|
||||
if $is_cygwin; then
|
||||
export PATH="$PATH:$(rustc --print target-libdir)"
|
||||
PATH="$PATH:$(rustc --print target-libdir)"
|
||||
export PATH
|
||||
fi
|
||||
cargo test --no-default-features --workspace --all-targets
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user