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:
parent
92da4d5d5a
commit
5259326c0a
2
.github/workflows/core-hw.yml
vendored
2
.github/workflows/core-hw.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user