about summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 08addd550019..ffde5e985462 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,16 +20,16 @@ jobs:
       - checkout
       - rust/update_toolchain
       - rust/format
-  lint:
-    executor: rust/default
-    steps:
-      - checkout
-      - rust/update_toolchain
-      - rust/clippy
+  # lint:
+  #   executor: rust/default
+  #   steps:
+  #     - checkout
+  #     - rust/update_toolchain
+  #     - rust/clippy
 workflows:
   default:
     jobs:
-      - lint
+      # - lint
       - format
       - build
       - test: