From e99e60ec4d468ff847fb4b1b9984f86afda158ed Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Sat, 13 Jun 2026 00:20:34 +0200 Subject: [PATCH] ci: remove redundant build step `cargo xtask check` already takes care of building, so there is no point in having a separate build step, especially because the build options used by `cargo xtask check` will trigger a rebuild of most of our code to handle extraction for localization. Part of #12818 --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 376048d10..2e7cfaf71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -166,9 +166,6 @@ jobs: shell: cmd run: | "%MSYS2_LOCATION%\usr\bin\dash" /usr/bin/rebaseall -p -v - - name: cargo build - run: | - cargo build - name: tests env: FISH_CHECK_LINT: false