mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Use nextest for make test
This commit is contained in:
parent
86f13609e6
commit
c47f0b8c53
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue