Skip to content

Commit 342a515

Browse files
committed
Use target/ci for CI output
Previously was using testing/target. A subdirectory of target/ is better for .gitignore and cleaning up.
1 parent e05ffb6 commit 342a515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -v
44
set -e
55

6-
export CARGO_TARGET_DIR=testing/target
6+
export CARGO_TARGET_DIR=target/ci
77

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

0 commit comments

Comments
 (0)