Skip to content

Commit

Permalink
run host tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Sep 18, 2024
1 parent 71a8aa1 commit 07de843
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 07de843

Please sign in to comment.