mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-28 04:59:01 +00:00
ci: fix core_unit_rust_test w/ ASAN
[no changelog]
This commit is contained in:
parent
f67a506e9c
commit
04611d25ca
1
.github/workflows/core.yml
vendored
1
.github/workflows/core.yml
vendored
@ -225,6 +225,7 @@ jobs:
|
|||||||
# indicating that it does not rely on particular envvars or other flags.
|
# indicating that it does not rely on particular envvars or other flags.
|
||||||
# This makes sure that rust-analyzer will work on our codebase.
|
# This makes sure that rust-analyzer will work on our codebase.
|
||||||
- run: nix-shell --run "cd core/embed/rust && cargo build"
|
- 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 clippy"
|
||||||
- run: nix-shell --run "poetry run make -C core test_rust"
|
- run: nix-shell --run "poetry run make -C core test_rust"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user