File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
branches :
10
10
- release
11
11
- trigger-nightly
12
+ pull_request :
12
13
13
14
env :
14
15
CARGO_INCREMENTAL : 0
36
37
- os : windows-latest
37
38
target : aarch64-pc-windows-msvc
38
39
code-target : win32-arm64
39
- pgo : true
40
40
- os : ubuntu-latest
41
41
target : x86_64-unknown-linux-gnu
42
42
zig_target : x86_64-unknown-linux-gnu.2.28
@@ -189,6 +189,8 @@ jobs:
189
189
runs-on : ubuntu-latest
190
190
needs : ["dist", "dist-x86_64-unknown-linux-musl"]
191
191
steps :
192
+ - name : Fail
193
+ run : exit 1
192
194
- name : Install Nodejs
193
195
uses : actions/setup-node@v4
194
196
with :
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ fn gather_pgo_profile<'a>(
180
180
let train_crate = "." ;
181
181
cmd ! (
182
182
sh,
183
- "target/{target}/release/rust-analyzer analysis-stats {train_crate} --run-all-ide-things "
183
+ "target/{target}/release/rust-analyzer analysis-stats {train_crate}"
184
184
)
185
185
// analysis-stats produces an enormous amount of output on stdout
186
186
. ignore_stdout ( )
You can’t perform that action at this time.
0 commit comments