1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-30 23:15:44 +00:00

Fix a small typo in .github/workflows/core.yml

[no changelog]
This commit is contained in:
Roman Zeyde 2025-02-23 22:48:41 +02:00 committed by Roman Zeyde
parent 9f03e0c37b
commit c55893ffe5

View File

@ -222,7 +222,7 @@ jobs:
- run: nix-shell --run "poetry run make -C core build_unix_frozen"
# Ensure that "cargo build" works when NOT executed through our makefiles,
# indicating that it does not rely on particular envvars or other flags.
# This makes sure that rust-analyzer will work on our codebase.0
# 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 "poetry run make -C core clippy"
- run: nix-shell --run "poetry run make -C core test_rust"