Skip to content

Commit 80705fb

Browse files
committed
remove salsa dependency check on proc_macro_srv_cli
1 parent 376bca9 commit 80705fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ jobs:
7171
- name: Test
7272
run: cargo test --features sysroot-abi -p proc-macro-srv -p proc-macro-srv-cli -p proc-macro-api -- --quiet
7373

74-
- name: Check salsa dependency
75-
run: "! (cargo tree -p proc-macro-srv-cli | grep -q salsa)"
76-
7774
rust:
7875
if: github.repository == 'rust-lang/rust-analyzer'
7976
name: Rust

0 commit comments

Comments
 (0)