From d8f7ded78c3446549ce7c28cb51d80a46a28070f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Tue, 24 Jun 2025 11:57:32 +0200 Subject: [PATCH] Run rustfmt as part of the host tests (#3683) --- .github/workflows/ci.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 027a26ce6..60ca6dab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,9 +151,9 @@ jobs: cargo +esp xtask lint-packages --chips esp32,esp32s2,esp32s3 # -------------------------------------------------------------------------- - # Format + # host tests - rustfmt: + host-tests: runs-on: macos-m1-self-hosted steps: @@ -169,19 +169,6 @@ jobs: # Check the formatting of all packages: - run: cargo xtask fmt-packages --check - # -------------------------------------------------------------------------- - # host tests - - host-tests: - runs-on: macos-m1-self-hosted - - steps: - - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@v1 - with: - toolchain: stable - - uses: Swatinem/rust-cache@v2 - # Run tests in esp-config - run: cd esp-config && cargo test --features build