We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5edc5 commit 87df1a5Copy full SHA for 87df1a5
.github/workflows/rust.yml
@@ -159,3 +159,13 @@ jobs:
159
160
- name: Build
161
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