mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-15 17:12:04 +00:00
ci(core): add a missing BITCOIN_ONLY
definition to core-hw.yml
[no changelog]
This commit is contained in:
parent
7c7e8c8eb7
commit
b5c8381225
1
.github/workflows/core-hw.yml
vendored
1
.github/workflows/core-hw.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
coins: [universal, btconly]
|
coins: [universal, btconly]
|
||||||
env:
|
env:
|
||||||
TREZOR_MODEL: ${{ matrix.model }}
|
TREZOR_MODEL: ${{ matrix.model }}
|
||||||
|
BITCOIN_ONLY: ${{ matrix.coins == 'btconly' && '1' || '0' }}
|
||||||
TREZOR_PYTEST_SKIP_ALTCOINS: ${{ matrix.coins == 'btconly' && '1' || '0' }}
|
TREZOR_PYTEST_SKIP_ALTCOINS: ${{ matrix.coins == 'btconly' && '1' || '0' }}
|
||||||
PYTEST_TIMEOUT: 1200
|
PYTEST_TIMEOUT: 1200
|
||||||
PYOPT: 0
|
PYOPT: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user