diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9068064f7a..00f299ff18 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,10 +85,6 @@ jobs: - name: Compile run: cargo test --no-run - # We have to build rust-analyzer first for running related heavy tests - - name: Build rust-analyzer - run: cargo build -p rust-analyzer - - name: Test run: cargo test