hw/mmilata/tmp
Martin Milata 1 year ago
parent 4175b817e1
commit 6cfb99a9b7

@ -92,7 +92,7 @@ hardware core monero test:
needs:
- core fw regular debug build
variables:
TESTOPTS: --trezor_path webusb
TESTOPTS: --trezor-path webusb
script:
- cd ci/hardware_tests
- set -a

@ -171,7 +171,8 @@ core monero asan test:
variables:
TREZOR_PROFILING: 1
script:
- $NIX_SHELL --arg fullDeps true --run "poetry run make -C core test_emu_monero | ts -s"
# see `python test` job for _PYTHON_SYSCONFIGDATA_NAME explanation
- $NIX_SHELL --arg fullDeps true --run "unset _PYTHON_SYSCONFIGDATA_NAME && poetry run make -C core test_emu_monero | ts -s"
- mv core/src/.coverage core/.coverage.test_emu_monero
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"

Loading…
Cancel
Save