Skip to content

Commit c7727e3

Browse files
chore: doc-test as a target (#235)
1 parent 8e4308d commit c7727e3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ check-toml:
4242

4343
check: check-fmt check-clippy cargo-sort check-toml
4444

45-
unit-test:
45+
doc-test:
46+
cargo test --no-fail-fast --doc --all-features --workspace
47+
48+
unit-test: doc-test
4649
cargo test --no-fail-fast --lib --all-features --workspace
4750

48-
test:
49-
cargo test --no-fail-fast --all-targets --all-features --workspace
50-
cargo test --no-fail-fast --doc --all-features --workspace
51+
test: doc-test
52+
cargo test --no-fail-fast --all-targets --all-features --workspace

0 commit comments

Comments
 (0)