diff --git a/.circleci/config.yml b/.circleci/config.yml index a5586cc..3772749 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,4 @@ jobs: - checkout - run: git submodule update --init --recursive - run: cargo build - - run: | - rustup component add clippy - cargo clippy - run: cd examples && ./test.sh