diff options
author | Edwin Cheng <[email protected]> | 2020-04-16 14:13:57 +0100 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-04-16 14:13:57 +0100 |
commit | 177becea98bddcd995a2abec59c6b60bac6b5a2b (patch) | |
tree | 64b7ecca11b93b71aab3e2fc0648d70aa012ee8b /.github/workflows | |
parent | ca7dc69a8e87883c6a0c9df88c936fa2a4658c7b (diff) |
Add proc-macro cli command for rust-analyzer
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13a11c95b..9068064f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -85,9 +85,9 @@ 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 ra_proc_macro_srv first for running related heavy tests | 88 | # We have to build rust-analyzer first for running related heavy tests |
89 | - name: Build ra_proc_macro_srv | 89 | - name: Build rust-analyzer |
90 | run: cargo build -p ra_proc_macro_srv | 90 | run: cargo build -p rust-analyzer |
91 | 91 | ||
92 | - name: Test | 92 | - name: Test |
93 | run: cargo test | 93 | run: cargo test |