Skip to content

Commit 87df1a5

Browse files
nicholasbishopphip1611
authored andcommitted
ci: Add build_feature_permutations job
1 parent 5b5edc5 commit 87df1a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rust.yml

+10
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,13 @@ jobs:
159159

160160
- name: Build
161161
run: cargo xtask build
162+
163+
build_feature_permutations:
164+
name: Check that the build works for all feature combinations
165+
runs-on: ubuntu-latest
166+
steps:
167+
- name: Checkout sources
168+
uses: actions/checkout@v3
169+
170+
- name: Build
171+
run: cargo xtask build --feature-permutations

0 commit comments

Comments
 (0)