Skip to content

Commit e6572d0

Browse files
ci: Add build_feature_permutations job
1 parent dbde69b commit e6572d0

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 no matter what features are enabled
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)