mirror of https://github.com/rwf2/Rocket.git
Disable incremental compilation in testing script.
With incremental compilation, compilation output disk usage grows to almost 10GB. This prevent that from happening.
This commit is contained in:
parent
5a9d857329
commit
f0af77d917
|
@ -83,4 +83,4 @@ echo ":: Bootstrapping examples..."
|
|||
bootstrap_examples
|
||||
|
||||
echo ":: Building and testing libraries..."
|
||||
cargo test --all-features --all $@
|
||||
CARGO_INCREMENTAL=0 cargo test --all-features --all $@
|
||||
|
|
Loading…
Reference in New Issue