aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-04-16 21:11:49 +0100
committerEdwin Cheng <[email protected]>2020-04-16 21:11:49 +0100
commit16a74cfd234e94d383b0ef067fb6a3c651ed9624 (patch)
tree969e13386628049358c859aac25ee7ac5f36f24c
parentb4c5ee33ae128df4e82c992d0c13f6c9df0f9f02 (diff)
Remove ci changes
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 0 insertions, 4 deletions
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:
85 - name: Compile 85 - name: Compile
86 run: cargo test --no-run 86 run: cargo test --no-run
87 87
88 # We have to build rust-analyzer first for running related heavy tests
89 - name: Build rust-analyzer
90 run: cargo build -p rust-analyzer
91
92 - name: Test 88 - name: Test
93 run: cargo test 89 run: cargo test
94 90