Add check for every feature combination

This commit is contained in:
2024-11-06 20:21:34 +01:00
parent fa161be227
commit d98d0bc34c

View File

@@ -7,11 +7,12 @@ docs:
.PHONY: test .PHONY: test
test: test:
@cargo test --workspace --color=always cargo hack --feature-powerset --no-dev-deps check
cargo test --workspace --color=always
.PHONY: lint .PHONY: lint
lint: lint:
@cargo clippy --workspace --tests --color=always cargo clippy --workspace --tests --color=always
.PHONY: fmt .PHONY: fmt
fmt: fmt: