1576: don't optimize on CI, it isn't faster r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-07-22 16:53:23 +00:00
commit 0de6ef0684

View file

@ -16,7 +16,7 @@ matrix:
script:
- rustup component add rustfmt
- rustup component add rust-src
- printf "\n\n[profile.dev]\ndebug = false\nopt-level = 1\n" >> Cargo.toml
- printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml
- cargo test --no-run # let's measure compile time separately
- cargo test
env: