mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ci: add Safe 3 to GH actions core unit tests
[no changelog]
This commit is contained in:
parent
a351614e3a
commit
0be2aa61b4
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
model: [T2T1] # FIXME T2B1 https://github.com/trezor/trezor-firmware/issues/2724
|
model: [T2T1, T2B1]
|
||||||
asan: ${{ fromJSON(github.event_name == 'schedule' && '["noasan", "asan"]' || '["noasan"]') }}
|
asan: ${{ fromJSON(github.event_name == 'schedule' && '["noasan", "asan"]' || '["noasan"]') }}
|
||||||
env:
|
env:
|
||||||
TREZOR_MODEL: ${{ matrix.model == 'T2T1' && 'T' || 'R' }}
|
TREZOR_MODEL: ${{ matrix.model == 'T2T1' && 'T' || 'R' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user