Skip to content

Commit

Permalink
fix(Makefile): Graceful cargo-nextest install (paradigmxyz#4009)
Browse files Browse the repository at this point in the history
Co-authored-by: refcell <[email protected]>
  • Loading branch information
refcell and refcell authored Aug 9, 2023
1 parent 24def95 commit 4de1ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ COV_FILE := lcov.info

.PHONY: test-unit
test-unit: ## Run unit tests.
cargo install cargo-nextest --locked
cargo nextest run $(UNIT_TEST_ARGS)

.PHONY: cov-unit
Expand Down

0 comments on commit 4de1ff0

Please sign in to comment.