Skip to content

Commit

Permalink
chore(core): disable T3W1 rust tests
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Jan 16, 2025
1 parent 8859df5 commit 4c6cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4c6cfbc

Please sign in to comment.