diff --git a/Makefile b/Makefile index d4613ad..cad5bbf 100644 --- a/Makefile +++ b/Makefile @@ -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: