Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Install rustc-dev component on pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 9, 2020
1 parent 100c259 commit e4ae9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
parameters:
rust_version: ${{ parameters.rust }}
- script: |
rustup component add rust-src rust-analysis
rustup component add rust-src rust-analysis rustc-dev
displayName: Install distributed Rust source code for Racer autocompletion
- ${{ each crate in parameters.crates }}:
- script: cargo test -v
Expand Down

0 comments on commit e4ae9fc

Please sign in to comment.