We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fbcbe4 + 31d3bd9 commit 02512c1Copy full SHA for 02512c1
ci/base-tests.sh
@@ -20,6 +20,8 @@ fi
20
# build clippy in debug mode and run tests
21
cargo build --features debugging
22
cargo test --features debugging
23
+# for faster build, share target dir between subcrates
24
+export CARGO_TARGET_DIR=`pwd`/target/
25
cd clippy_lints && cargo test && cd ..
26
cd rustc_tools_util && cargo test && cd ..
27
cd clippy_dev && cargo test && cd ..
0 commit comments