Skip to content

Commit

Permalink
fixup! fix(core): T3T1 emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Mar 7, 2024
1 parent ced7822 commit 1005d85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [T2T1, T2B1]
model: [T2T1, T2B1, T3T1]
coins: [universal, btconly]
type: ${{ fromJSON(github.event_name == 'schedule' && '["normal", "debuglink", "production"]' || '["normal", "debuglink"]') }}
include:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [T2T1, T2B1]
model: [T2T1, T2B1, T3T1]
coins: [universal, btconly]
asan: ${{ fromJSON(github.event_name == 'schedule' && '["noasan", "asan"]' || '["noasan"]') }}
# T2B1 fails due to https://github.com/trezor/trezor-firmware/issues/3280
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
needs: core_emu
strategy:
matrix:
model: [T2T1, T2B1]
model: [T2T1, T2B1, T3T1]
asan: ${{ fromJSON(github.event_name == 'schedule' && '["noasan", "asan"]' || '["noasan"]') }}
env:
TREZOR_PROFILING: ${{ matrix.asan == 'noasan' && '1' || '0' }}
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
needs: core_emu
strategy:
matrix:
model: [T2T1] # FIXME: T2B1 https://github.com/trezor/trezor-firmware/issues/2724 also T3T1
model: [T2T1, T3T1] # FIXME: T2B1 https://github.com/trezor/trezor-firmware/issues/2724 also T3T1
asan: ${{ fromJSON(github.event_name == 'schedule' && '["noasan", "asan"]' || '["noasan"]') }}
env:
TREZOR_UPGRADE_TEST: core
Expand All @@ -308,7 +308,7 @@ jobs:
needs: core_emu
strategy:
matrix:
model: [T2T1] # TODO T2B1 https://github.com/trezor/trezor-firmware/issues/2724 and T3T1
model: [T2T1, T3T1] # TODO T2B1 https://github.com/trezor/trezor-firmware/issues/2724 and T3T1
asan: ${{ fromJSON(github.event_name == 'schedule' && '["noasan", "asan"]' || '["noasan"]') }}
env:
TREZOR_PROFILING: ${{ matrix.asan == 'noasan' && '1' || '0' }}
Expand Down Expand Up @@ -571,7 +571,7 @@ jobs:
- core_fido2_test
strategy:
matrix:
model: [T2T1, T2B1]
model: [T2T1, T2B1, T3T1]
# T2B1 fails due to https://github.com/trezor/trezor-firmware/issues/3280
# remove after single global layout is implemented (or bug above fixed):
exclude:
Expand Down

0 comments on commit 1005d85

Please sign in to comment.