1995: save disk space r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-10-11 08:08:21 +00:00 committed by GitHub
commit 56621d5fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -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:

View file

@ -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