1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-26 23:32:03 +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:
fail-fast: false
matrix:
model: [T2T1, T3B1, T3T1, T3W1]
model: [T2T1, T3B1, T3T1]
asan: ${{ fromJSON(needs.param.outputs.asan) }}
env:
TREZOR_MODEL: ${{ matrix.model }}