We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82b4c2a + 8d1d5bf commit 636c3aaCopy full SHA for 636c3aa
.github/workflows/release.yaml
@@ -140,7 +140,7 @@ jobs:
140
if: matrix.target == 'x86_64-unknown-linux-gnu'
141
env:
142
RUSTC_BOOTSTRAP: 1
143
- run: target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std -q
+ run: target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps --no-sysroot --no-test $(rustc --print sysroot)/lib/rustlib/src/rust/library/std -q
144
145
- name: Upload artifacts
146
uses: actions/upload-artifact@v4
0 commit comments