diff options
author | Aleksey Kladov <[email protected]> | 2020-04-07 08:01:01 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-07 08:01:16 +0100 |
commit | d3ccc80a2d00f719949a85be938cf445ec5d35bf (patch) | |
tree | ad9c40932ebeebaac4772d22d2f8cecdbe60aa87 | |
parent | 25596e1e1a579eb7643fda1d8013925342ea5a1e (diff) |
Run analysis-stats nightly
-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: |