Skip to content

Commit

Permalink
Remove rust-analyzer-compat ci check (#1427)
Browse files Browse the repository at this point in the history
### What

Remove rust-analyzer-compat ci check.

### Why

We added this when we seemed to be frequently breaking rust-analyzer
which slowed down dev envs for devs. But it's been more than 1 year
since I've seen anything break rust-analyzer. RA continues to get
better, and I don't think we need to keep running this check. There have
been at times problems with the check, although not frequent, it's part
of our process that isn't serving the need it was created for any
longer.
  • Loading branch information
leighmcculloch authored Jul 11, 2024
1 parent e0c48cb commit a8102d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ jobs:
- uses: actions/checkout@v3
- uses: stellar/actions/rust-check-git-rev-deps@main

rust-analyzer-compat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update
- run: rustup component add rust-analyzer
- name: Check if rust-analyzer encounters any errors parsing project
run: rust-analyzer analysis-stats . 2>&1 | (! grep ERROR)

semver-checks:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a8102d6

Please sign in to comment.