Skip to content

Commit

Permalink
fixup! ci: add Safe 3 to GH actions rust unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obrusvit committed Feb 22, 2024
1 parent a1c2beb commit 609d4d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ jobs:
matrix:
model: [T2T1, T2B1]
asan: ${{ fromJSON(github.event_name == 'schedule' && '["noasan", "asan"]' || '["noasan"]') }}
# T2B1 fails due to rust clippy error which is hard to reproduce, see discussion here:

Check failure on line 128 in .github/workflows/core.yml

View workflow job for this annotation

GitHub Actions / Style check

[trailing-spaces] trailing spaces
# https://github.com/trezor/trezor-firmware/pull/2196
# The problem might be in conflicting versions of clippy, let's see if this helps:
# https://github.com/trezor/trezor-firmware/issues/3337
exclude:
- model: T2B1
env:
TREZOR_MODEL: ${{ matrix.model == 'T2T1' && 'T' || 'R' }}
ADDRESS_SANITIZER: ${{ matrix.asan == 'asan' && '1' || '0' }}
Expand Down

0 comments on commit 609d4d5

Please sign in to comment.