Kick tests
This commit is contained in:
parent
9f7967ee0f
commit
24b3aae155
@ -8,5 +8,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user