diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd184e8f1..a31b4d3f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -60,6 +60,10 @@ jobs: | |||
60 | if: matrix.os != 'ubuntu-latest' | 60 | if: matrix.os != 'ubuntu-latest' |
61 | run: cargo xtask dist | 61 | run: cargo xtask dist |
62 | 62 | ||
63 | - name: Nightly analysis-stats check | ||
64 | if: matrix.os == 'ubuntu-latest' && if: github.ref != 'refs/heads/release' | ||
65 | run: ./dist/rust-analyzer analysis-stats . | ||
66 | |||
63 | - name: Upload artifacts | 67 | - name: Upload artifacts |
64 | uses: actions/upload-artifact@v1 | 68 | uses: actions/upload-artifact@v1 |
65 | with: | 69 | with: |