1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-14 16:42:02 +00:00

ci(core): add a missing BITCOIN_ONLY definition to core-hw.yml

[no changelog]
This commit is contained in:
Roman Zeyde 2025-02-11 10:17:01 +02:00 committed by Roman Zeyde
parent 7c7e8c8eb7
commit b5c8381225

View File

@ -32,6 +32,7 @@ jobs:
coins: [universal, btconly]
env:
TREZOR_MODEL: ${{ matrix.model }}
BITCOIN_ONLY: ${{ matrix.coins == 'btconly' && '1' || '0' }}
TREZOR_PYTEST_SKIP_ALTCOINS: ${{ matrix.coins == 'btconly' && '1' || '0' }}
PYTEST_TIMEOUT: 1200
PYOPT: 0