1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-27 15:51:02 +00:00

chore(core): disable T3W1 rust tests

[no changelog]
This commit is contained in:
tychovrahe 2025-01-16 20:40:02 +01:00 committed by TychoVrahe
parent 885c5b96d9
commit 96bc9db9e0

View File

@ -206,7 +206,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
model: [T2T1, T3B1, T3T1, T3W1] model: [T2T1, T3B1, T3T1]
asan: ${{ fromJSON(needs.param.outputs.asan) }} asan: ${{ fromJSON(needs.param.outputs.asan) }}
env: env:
TREZOR_MODEL: ${{ matrix.model }} TREZOR_MODEL: ${{ matrix.model }}