Skip to content

Commit fd68b6e

Browse files
committed
build: Add cargo-hack
1 parent 2fb488b commit fd68b6e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,19 @@ jobs:
189189
- name: Run tests
190190
run: npm run test
191191
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+
with:
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

Comments
 (0)