Remove ci changes

This commit is contained in:
Edwin Cheng 2020-04-17 04:11:49 +08:00
parent b4c5ee33ae
commit 16a74cfd23

View file

@ -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