Skip to content

Commit

Permalink
[Makefile] Run doctests separately using cargo test.
Browse files Browse the repository at this point in the history
This is a workaround for nextest-rs/nextest#16
  • Loading branch information
lgarron committed Jan 10, 2024
1 parent 805a62c commit 997d720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ build:
.PHONY: test
test:
cargo bin cargo-nextest run --all
@# `cargo-nextest` doesn't support doctests.
cargo test --doc

.PHONY: lint
lint:
Expand Down

0 comments on commit 997d720

Please sign in to comment.