mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Run analysis-stats nightly
This commit is contained in:
parent
25596e1e1a
commit
d3ccc80a2d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -60,6 +60,10 @@ jobs:
|
||||||
if: matrix.os != 'ubuntu-latest'
|
if: matrix.os != 'ubuntu-latest'
|
||||||
run: cargo xtask dist
|
run: cargo xtask dist
|
||||||
|
|
||||||
|
- name: Nightly analysis-stats check
|
||||||
|
if: matrix.os == 'ubuntu-latest' && if: github.ref != 'refs/heads/release'
|
||||||
|
run: ./dist/rust-analyzer analysis-stats .
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue