Skip to content

Commit

Permalink
devops: Add doctests to Makefile recipe
Browse files Browse the repository at this point in the history
`nextest` doesn't run doc-tests. They need to be run separately.
  • Loading branch information
Sword-Smith committed May 22, 2024
1 parent 2a907b0 commit 5136656
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 @@ -57,6 +57,7 @@ test: export RUST_BACKTRACE = 1
test:
$(info RUSTFLAGS is $(RUSTFLAGS))
cargo nextest r
cargo test --doc

bench:
$(info RUSTFLAGS is $(RUSTFLAGS))
Expand Down

0 comments on commit 5136656

Please sign in to comment.