Kick tests

This commit is contained in:
Jack Zampolin 2018-07-31 17:32:05 -07:00
parent 9f7967ee0f
commit 24b3aae155

View File

@ -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