mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
measure compile-time separately on travis
This commit is contained in:
parent
aea2183799
commit
f2037d28f7
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ build: &rust_build
|
|||
script:
|
||||
- cargo gen-tests --verify
|
||||
- cargo gen-syntax --verify
|
||||
- cargo test --no-run # let's measure compile time separately
|
||||
- cargo test
|
||||
env:
|
||||
- RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0
|
||||
|
|
Loading…
Reference in a new issue