1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci: test storage

This commit is contained in:
Tomas Susanka 2019-04-25 11:17:54 +02:00
parent 18482a9c37
commit 3854fa38cc

View File

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