about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-03-04 04:32:42 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-03-04 04:32:42 +0900
commite633ea823c5bf9e66c489b42f8eb510ff857abf8 (patch)
tree350d69b09afeb32dc47b0afb8df18b3f3639f126
parente4d688c10abd330980fb4492a0036b506807846f (diff)
downloadrust-e633ea823c5bf9e66c489b42f8eb510ff857abf8.tar.gz
rust-e633ea823c5bf9e66c489b42f8eb510ff857abf8.zip
Revive rls integration test
-rw-r--r--.github/workflows/clippy_bors.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml
index ec192de191b..a4f7b64cb6a 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -231,8 +231,7 @@ jobs:
       matrix:
         integration:
         - 'rust-lang/cargo'
-        # FIXME: Re-enable once we can test with rls again.
-        # - 'rust-lang/rls'
+        - 'rust-lang/rls'
         - 'rust-lang/chalk'
         - 'rust-lang/rustfmt'
         - 'Marwes/combine'