about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-06-07 14:54:21 +0200
committerflip1995 <hello@philkrones.com>2020-06-07 14:54:21 +0200
commitd9aa26a14dca32e0c4f2718ad1d3322f0de1674d (patch)
tree70d219f25692cbf37078482832a03e905461fe8a
parent5bdbc45ae579e7b8f4187bc791abd67924cb626b (diff)
downloadrust-d9aa26a14dca32e0c4f2718ad1d3322f0de1674d.tar.gz
rust-d9aa26a14dca32e0c4f2718ad1d3322f0de1674d.zip
Temporarily disable RLS integration test
-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 3958ba01246..0c80394f03e 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -232,7 +232,8 @@ jobs:
       matrix:
         integration:
         - 'rust-lang/cargo'
-        - 'rust-lang/rls'
+        # FIXME: re-enable once fmt_macros is renamed in RLS
+        # - 'rust-lang/rls'
         - 'rust-lang/chalk'
         - 'rust-lang/rustfmt'
         - 'Marwes/combine'