Skip to content

Commit

Permalink
Update ci.yml to build both log+defmt features
Browse files Browse the repository at this point in the history
  • Loading branch information
t-moe committed Dec 2, 2024
1 parent f3340ea commit f4d7773
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- ubuntu-latest
#- windows-latest
#- macos-14
features:
- log
- defmt

runs-on: ${{ matrix.os }}

Expand All @@ -45,7 +48,7 @@ jobs:
uses: Swatinem/[email protected]

- name: Run cargo check
run: cargo check --all-features --locked
run: cargo check --features ${{matrix.features}} --locked

fmt:
name: Rustfmt
Expand Down

0 comments on commit f4d7773

Please sign in to comment.