Skip to content

Commit

Permalink
Build CI in a different target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed May 30, 2024
1 parent 5e55c0a commit 616f7fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set -v
set -e

export CARGO_TARGET_DIR=testing/target

# Set OFFLINE=1 to avoid rustup. cargo might still run offline.

if ! grep -sq '^name = "sunset"' Cargo.toml; then
Expand Down

0 comments on commit 616f7fe

Please sign in to comment.