Merge #1995
1995: save disk space r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
56621d5fc0
@ -14,7 +14,7 @@ matrix:
|
||||
script:
|
||||
- rustup component add rustfmt
|
||||
- rustup component add rust-src
|
||||
- printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml
|
||||
- sed -i "s/debug = 1/debug = false/g" Cargo.toml
|
||||
- cargo test --no-run # let's measure compile time separately
|
||||
- cargo test
|
||||
env:
|
||||
|
@ -1,6 +1,9 @@
|
||||
[workspace]
|
||||
members = [ "crates/*", "website/website-gen" ]
|
||||
|
||||
[profile.dev]
|
||||
debug = 1 # only line info
|
||||
|
||||
[profile.release]
|
||||
incremental = true
|
||||
debug = 1 # only line info
|
||||
|
Loading…
Reference in New Issue
Block a user