about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-06-30 16:19:42 +0200
committerflip1995 <hello@philkrones.com>2020-06-30 16:19:42 +0200
commitab649c920e18929c8f2b3399178bcfd1ecdcdd3e (patch)
treebaeb177abf4d1cad0d34ba473e5be077c544ecb9
parent1e861a2663fc970bc0530535020b4eb62fca257f (diff)
downloadrust-ab649c920e18929c8f2b3399178bcfd1ecdcdd3e.tar.gz
rust-ab649c920e18929c8f2b3399178bcfd1ecdcdd3e.zip
Disable chrono 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 0c80394f03e..fd0cd7a1890 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -240,7 +240,8 @@ jobs:
         - 'Geal/nom'
         - 'rust-lang/stdarch'
         - 'serde-rs/serde'
-        - 'chronotope/chrono'
+        # FIXME: chrono currently cannot be compiled with `--all-targets`
+        # - 'chronotope/chrono'
         - 'hyperium/hyper'
         - 'rust-random/rand'
         - 'rust-lang/futures-rs'