diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9ceda6cf3..8b15af696 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,15 +48,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 +nightly component add rust-analyzer - - name: Check if rust-analyzer encounters any errors parsing project - run: rustup run nightly rust-analyzer analysis-stats . 2>&1 | (! grep '^\[ERROR') - semver-checks: runs-on: ubuntu-latest steps: