ci: test storage

pull/159/head
Tomas Susanka 5 years ago
parent 18482a9c37
commit 3854fa38cc

@ -136,3 +136,11 @@ test legacy:
- cd legacy
- pipenv run script/cibuild
- pipenv run script/test
test storage:
stage: test
dependencies: []
script:
- cd storage/tests
- pipenv run make build
- pipenv run make tests_all

Loading…
Cancel
Save