Run analysis-stats on stable
This commit is contained in:
parent
6caf79c36e
commit
b4576b52b7
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -86,6 +86,12 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet
|
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet
|
||||||
|
|
||||||
|
- name: Switch to stable toolchain
|
||||||
|
run: |
|
||||||
|
rustup update --no-self-update stable
|
||||||
|
rustup component add --toolchain stable rust-src
|
||||||
|
rustup default stable
|
||||||
|
|
||||||
- name: Run analysis-stats on rust-analyzer
|
- name: Run analysis-stats on rust-analyzer
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats .
|
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user