Skip to content

Commit a864f72

Browse files
committed
Add a target for making doc tests
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 607657b commit a864f72

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ audit:
4040
build:
4141
cargo ${BUILD}
4242

43+
doc-test:
44+
cargo test --doc
45+
4346
.PHONY:
4447
audit
4548
build
4649
check-fedora-versions
4750
clippy
51+
doc-test
4852
fmt
4953
fmt-ci
5054
test-compare-fedora-versions

0 commit comments

Comments
 (0)