Skip to content

Commit

Permalink
ci: fix core_unit_rust_test w/ ASAN
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
mmilata committed Mar 6, 2025
1 parent f67a506 commit 04611d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 04611d2

Please sign in to comment.