diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb3ea5a4a1..79f6b994eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,3 +179,19 @@ jobs: # Check the formatting of all packages: - run: cargo xtask fmt-packages --check + + # -------------------------------------------------------------------------- + # host tests + + host-tests: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@v1 + with: + toolchain: stable + - uses: Swatinem/rust-cache@v2 + + # Check the formatting of all packages: + - run: cd esp-config && cargo test --features build