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:
parent
9f03e0c37b
commit
c55893ffe5
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user