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.
cargo-hack
1 parent 2fb488b commit fd68b6eCopy full SHA for fd68b6e
.github/workflows/build.yml
@@ -189,3 +189,19 @@ jobs:
189
- name: Run tests
190
run: npm run test
191
working-directory: ./bindings/wasm
192
+
193
+ features:
194
+ name: Check features
195
+ runs-on: ubuntu-20.04
196
+ steps:
197
+ - uses: actions/checkout@v2
198
+ with:
199
+ submodules: true
200
+ - uses: actions-rs/toolchain@v1
201
202
+ profile: minimal
203
+ toolchain: stable
204
+ override: true
205
+ - uses: taiki-e/install-action@cargo-hack
206
+ - run: cargo hack check --feature-powerset --lib
207
+ working-directory: ./css-inline
0 commit comments