1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-18 17:16:06 +00:00

test(core): use TESTOPTS in core-hw.yml run step

Otherwise, the problematic tests seem to be running in CI:
https://github.com/trezor/trezor-firmware/actions/runs/13230566082/job/36927073823

[no changelog]
This commit is contained in:
Roman Zeyde 2025-02-10 13:42:30 +02:00 committed by Roman Zeyde
parent 92da4d5d5a
commit 5259326c0a

View File

@ -52,7 +52,7 @@ jobs:
- run: |
# log serial console to file; sleep is used because tio needs stdin that is not /dev/null
nix-shell --arg hardwareTest true --run "sleep 8h | tio --no-autoconnect /dev/ttyTREZOR &> trezor.log" &
nix-shell --run "poetry run pytest -v tests/device_tests"
nix-shell --run "poetry run pytest -v tests/device_tests $TESTOPTS"
- run: tail -n50 trezor.log || true
if: failure()
- uses: actions/upload-artifact@v4