Skip to content

Commit d1ab534

Browse files
committed
Re-enable RLS integration test and disable chrono test
1 parent 1e861a2 commit d1ab534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clippy_bors.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,15 @@ jobs:
232232
matrix:
233233
integration:
234234
- 'rust-lang/cargo'
235-
# FIXME: re-enable once fmt_macros is renamed in RLS
236-
# - 'rust-lang/rls'
235+
- 'rust-lang/rls'
237236
- 'rust-lang/chalk'
238237
- 'rust-lang/rustfmt'
239238
- 'Marwes/combine'
240239
- 'Geal/nom'
241240
- 'rust-lang/stdarch'
242241
- 'serde-rs/serde'
243-
- 'chronotope/chrono'
242+
# FIXME: chrono currently cannot be compiled with `--all-targets`
243+
# - 'chronotope/chrono'
244244
- 'hyperium/hyper'
245245
- 'rust-random/rand'
246246
- 'rust-lang/futures-rs'

0 commit comments

Comments
 (0)