From d98d0bc34c288273bef17a9bb1c73a3d322343ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 6 Nov 2024 20:21:34 +0100 Subject: [PATCH] Add check for every feature combination --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 68cda46..4a9e655 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,12 @@ docs: .PHONY: test test: - @cargo test --workspace --color=always + cargo hack --feature-powerset --no-dev-deps check + cargo test --workspace --color=always .PHONY: lint lint: - @cargo clippy --workspace --tests --color=always + cargo clippy --workspace --tests --color=always .PHONY: fmt fmt: