mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
don't optimize on CI, it isn't faster
This commit is contained in:
parent
d690249bc8
commit
3ea530cf67
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue