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 d3ebb14 + 3d9a15b commit bde1322Copy full SHA for bde1322
src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
merge_group:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress: true
12
+
13
env:
14
CARGO_INCREMENTAL: 0
15
CARGO_NET_RETRY: 10
@@ -103,7 +107,7 @@ jobs:
103
107
- name: Run analysis-stats on the rust standard libraries
104
108
if: matrix.os == 'ubuntu-latest'
105
109
106
- RUSTC_BOOTSTRAP: 1
110
+ RUSTC_BOOTSTRAP: 1
111
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps --no-sysroot --no-test $(rustc --print sysroot)/lib/rustlib/src/rust/library/
112
113
- name: clippy
0 commit comments