Use nextest for make test

This commit is contained in:
Matthias 2023-03-01 20:53:28 +01:00 committed by Matthias Endler
parent 86f13609e6
commit c47f0b8c53

View file

@ -40,7 +40,7 @@ lint: ## Run linter
.PHONY: test
test: ## Run tests
cargo test --all-targets --all-features
cargo nextest run --all-targets
.PHONY: doc
doc: ## Open documentation