From 16a74cfd234e94d383b0ef067fb6a3c651ed9624 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Fri, 17 Apr 2020 04:11:49 +0800 Subject: Remove ci changes --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9068064f7..00f299ff1 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 -- cgit v1.2.3