diff --git a/.circleci/config.yml b/.circleci/config.yml index a51b1af..2fd8419 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,12 +18,16 @@ jobs: - image: dorianpula/rookeries-build:latest steps: - checkout + - run: + name: Audit dependencies. + command: cargo audit + - run: + name: Build Rookeries + command: cargo make build-all - run: name: Test static site generator - command: | - cargo audit - cargo make build-all - cargo make test + command: cargo make test + # TODO: Add rustfmt --check and clippy. test-site-app: docker: