mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
ci: Run metrics on the beta channel
This way we can catch regressions from upstream earlier
This commit is contained in:
parent
b3e086ad10
commit
140a319138
12
.github/workflows/metrics.yaml
vendored
12
.github/workflows/metrics.yaml
vendored
@ -18,9 +18,9 @@ jobs:
|
||||
steps:
|
||||
- name: Install Rust toolchain
|
||||
run: |
|
||||
rustup update --no-self-update stable
|
||||
rustup default stable
|
||||
rustup component add --toolchain stable rust-src
|
||||
rustup update --no-self-update beta
|
||||
rustup default beta
|
||||
rustup component add --toolchain beta rust-src
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@ -61,9 +61,9 @@ jobs:
|
||||
steps:
|
||||
- name: Install Rust toolchain
|
||||
run: |
|
||||
rustup update --no-self-update stable
|
||||
rustup default stable
|
||||
rustup component add --toolchain stable rust-src
|
||||
rustup update --no-self-update beta
|
||||
rustup default beta
|
||||
rustup component add --toolchain beta rust-src
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user