check the powerset of crate features

This commit is contained in:
2024-07-12 20:48:58 -04:00
parent 8742a2f651
commit 7851d00914

View File

@@ -23,5 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --feature-powerset --no-dev-deps
- run: cargo build --verbose
- run: cargo test --verbose