From 24b3aae155a09e52693ac305837769747d04b3fe Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Tue, 31 Jul 2018 17:32:05 -0700 Subject: [PATCH] Kick tests --- .circleci/config.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yaml b/.circleci/config.yaml index 14a718b3..86411426 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