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 675a824 commit 293d0a9Copy full SHA for 293d0a9
.github/workflows/test.yml
@@ -152,3 +152,15 @@ jobs:
152
- uses: Swatinem/rust-cache@v2
153
- name: forge fmt
154
run: cargo run --bin forge -- fmt --check testdata/
155
+
156
+ feature-checks:
157
+ name: feature checks
158
+ runs-on: ubuntu-latest
159
+ timeout-minutes: 30
160
+ steps:
161
+ - uses: actions/checkout@v3
162
+ - uses: dtolnay/rust-toolchain@stable
163
+ - uses: taiki-e/install-action@cargo-hack
164
+ - uses: Swatinem/rust-cache@v2
165
+ - name: cargo hack
166
+ run: cargo hack check --feature-powerset --depth 2 --all-targets
0 commit comments