Run tests on CI
This commit is contained in:
parent
bb6f3375eb
commit
d4c218b8a9
1 changed files with 1 additions and 0 deletions
|
@ -13,3 +13,4 @@ jobs:
|
||||||
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- "/home/circleci/.local/share/virtualenvs"
|
- "/home/circleci/.local/share/virtualenvs"
|
||||||
|
- run: pipenv run test
|
||||||
|
|
Reference in a new issue