diff --git a/.circleci/config.yaml b/.circleci/config.yaml index 14a718b3b..864114264 100644 --- a/.circleci/config.yaml +++ b/.circleci/config.yaml @@ -8,5 +8,11 @@ jobs: steps: - checkout - - run: make tools deps - - run: make test-lint test-unit + + - run: + name: "Install tools and dependancies" + command: make tools deps + + - run: + name: "Run tests" + command: make test-lint test-unit