1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 20:09:11 +00:00
trezor-firmware/ci/storage.yml
2019-08-02 17:08:13 +02:00

10 lines
215 B
YAML

image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
test storage:
stage: test
dependencies: []
script:
- cd storage/tests
- pipenv run make build
- pipenv run make tests_all