diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-03-02 00:17:14 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-03-02 00:17:14 +0900 |
| commit | cda7881869e6c96ae5b7839d2536e97c6127ef26 (patch) | |
| tree | 656c8407cd70354d521521bc5e54a4d48e24b49e | |
| parent | 78dc48ea501873ca4f9b4ce5b3049ec39703ee49 (diff) | |
| download | rust-cda7881869e6c96ae5b7839d2536e97c6127ef26.tar.gz rust-cda7881869e6c96ae5b7839d2536e97c6127ef26.zip | |
Disable rls test for now
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 3 |
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' |
