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