mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(Makefile): Graceful cargo-nextest install (#4009)
Co-authored-by: refcell <refcell@oplabs.co>
This commit is contained in:
1
Makefile
1
Makefile
@ -110,6 +110,7 @@ COV_FILE := lcov.info
|
|||||||
|
|
||||||
.PHONY: test-unit
|
.PHONY: test-unit
|
||||||
test-unit: ## Run unit tests.
|
test-unit: ## Run unit tests.
|
||||||
|
cargo install cargo-nextest --locked
|
||||||
cargo nextest run $(UNIT_TEST_ARGS)
|
cargo nextest run $(UNIT_TEST_ARGS)
|
||||||
|
|
||||||
.PHONY: cov-unit
|
.PHONY: cov-unit
|
||||||
|
|||||||
Reference in New Issue
Block a user