Skip to content

Commit 6a08941

Browse files
committed
CI: build defmt feature only on stable rust
the MSRV of `defmt` does not guarantee that it builds on older rust versions, accordingly we need to skip CI for older versions for feature combinations where `defmt` is enabled.
1 parent d7932b7 commit 6a08941

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
matrix:
1616
rust: [1.63.0, stable]
1717
features: ['', '--all-features']
18+
exclude:
19+
- rust: 1.63.0
20+
features: '--all-features'
1821
runs-on: ubuntu-latest
1922
steps:
2023
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)