mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci: remove coverage from monero test
It fails randomly and we do not use it at the moment anyway.
This commit is contained in:
parent
7eb6b14997
commit
1480f5a25c
@ -112,19 +112,13 @@ core unix monero test:
|
|||||||
<<: *only_changes_core
|
<<: *only_changes_core
|
||||||
dependencies:
|
dependencies:
|
||||||
- core unix frozen debug build
|
- core unix frozen debug build
|
||||||
variables:
|
|
||||||
TREZOR_PROFILING: 1
|
|
||||||
script:
|
script:
|
||||||
- cd core
|
- cd core
|
||||||
- pipenv run make test_emu_monero
|
- pipenv run make test_emu_monero
|
||||||
- sync
|
|
||||||
- sleep 1
|
|
||||||
- mv ./src/.coverage .coverage.test_emu_monero
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: core-unix-monero-test
|
name: core-unix-monero-test
|
||||||
paths:
|
paths:
|
||||||
- tests/trezor.log
|
- tests/trezor.log
|
||||||
- core/.coverage.*
|
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user