diff options
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 14 |
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: |