mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
install rust-src component on CI
This commit is contained in:
parent
4bf6b91b9d
commit
6b7699d187
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ build: &rust_build
|
|||
rust: 1.31.1
|
||||
script:
|
||||
- rustup component add rustfmt
|
||||
- rustup component add rust-src
|
||||
- cargo gen-tests --verify
|
||||
- cargo gen-syntax --verify
|
||||
- cargo test --no-run # let's measure compile time separately
|
||||
|
|
Loading…
Reference in a new issue