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