From cda7881869e6c96ae5b7839d2536e97c6127ef26 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 2 Mar 2020 00:17:14 +0900 Subject: [PATCH] Disable rls test for now --- .github/workflows/clippy_bors.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'