don't optimize on CI, it isn't faster

This commit is contained in:
Aleksey Kladov 2019-07-22 18:19:57 +03:00
parent d690249bc8
commit 3ea530cf67

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: