This commit is contained in:
병준 박 2025-04-30 06:50:56 +00:00
parent 016bdeee38
commit c22ce94feb

View File

@ -53,8 +53,13 @@ spec:
##############################
rustup component add clippy
echo $CARGO_HOME
ls -al $CARGO_HOME
if [ -f "$CARGO_HOME/config.toml" ]; then
cat "$CARGO_HOME/config.toml"
fi
if [ -f "$CARGO_HOME/credentials.toml" ]; then
cat "$CARGO_HOME/credentials.toml"
fi
# Install cargo-tarpaulin via prebuilt binary
export PATH="$HOME/.cargo/bin:$PATH"