Skip to content

Commit

Permalink
ci: actually test all feature combinations, add defmt.
Browse files Browse the repository at this point in the history
the GHA `include` field is nonsense.
  • Loading branch information
Dirbaio committed Aug 6, 2023
1 parent de59cd7 commit 04f1f5c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,21 @@ jobs:
- x86_64-unknown-linux-gnu
- thumbv6m-none-eabi
- thumbv7m-none-eabi
features:
- ''
include:
- target: x86_64-unknown-linux-gnu
- rust: stable
target: x86_64-unknown-linux-gnu
features: std
- target: x86_64-unknown-linux-gnu
- rust: stable
target: x86_64-unknown-linux-gnu
features: alloc
- target: x86_64-unknown-linux-gnu
- rust: nightly
target: x86_64-unknown-linux-gnu
features: std,tokio-1,futures-03
rust: nightly
- rust: nightly
target: x86_64-unknown-linux-gnu
features: std,tokio-1,futures-03,defmt-03
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 04f1f5c

Please sign in to comment.