mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-03 04:18:17 +00:00
ci: test storage
This commit is contained in:
parent
18482a9c37
commit
3854fa38cc
@ -136,3 +136,11 @@ test legacy:
|
|||||||
- cd legacy
|
- cd legacy
|
||||||
- pipenv run script/cibuild
|
- pipenv run script/cibuild
|
||||||
- pipenv run script/test
|
- pipenv run script/test
|
||||||
|
|
||||||
|
test storage:
|
||||||
|
stage: test
|
||||||
|
dependencies: []
|
||||||
|
script:
|
||||||
|
- cd storage/tests
|
||||||
|
- pipenv run make build
|
||||||
|
- pipenv run make tests_all
|
||||||
|
Loading…
Reference in New Issue
Block a user