1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-25 03:29:02 +00:00

ci: fix core_unit_rust_test w/ ASAN

[no changelog]
This commit is contained in:
Martin Milata 2025-03-06 12:39:51 +01:00
parent f67a506e9c
commit 04611d25ca

View File

@ -225,6 +225,7 @@ jobs:
# indicating that it does not rely on particular envvars or other flags.
# This makes sure that rust-analyzer will work on our codebase.
- run: nix-shell --run "cd core/embed/rust && cargo build"
if: matrix.asan == 'noasan'
- run: nix-shell --run "poetry run make -C core clippy"
- run: nix-shell --run "poetry run make -C core test_rust"