We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d88fc4 commit 5e0b302Copy full SHA for 5e0b302
1 file changed
.github/workflows/core.yml
@@ -127,6 +127,7 @@ jobs:
127
TREZOR_MODEL: ${{ matrix.model }}
128
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
129
PYOPT: ${{ matrix.type == 'debuglink' && '0' || '1' }}
130
+ N4W1: ${{ matrix.type == 'debuglink' && '1' || '0' }}
131
ADDRESS_SANITIZER: ${{ matrix.asan == 'asan' && '1' || '0' }}
132
LSAN_OPTIONS: "suppressions=../../asan_suppressions.txt"
133
QUIET_MODE: 1
0 commit comments