From c55893ffe58bdd6bf0a9c2634aece729a339c300 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 23 Feb 2025 22:48:41 +0200 Subject: [PATCH] Fix a small typo in `.github/workflows/core.yml` [no changelog] --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index fb8df9f3c3..e800bdd363 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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"