build(makefile): remove wrong --nocapture option from test-doc command
This commit is contained in:
2
Makefile
2
Makefile
@@ -40,6 +40,6 @@ test:
|
|||||||
test-cover:
|
test-cover:
|
||||||
@$(source_env_if_not_ci) && cargo tarpaulin --frozen --out Xml
|
@$(source_env_if_not_ci) && cargo tarpaulin --frozen --out Xml
|
||||||
test-doc:
|
test-doc:
|
||||||
@$(source_env_if_not_ci) && cargo test --doc --nocapture --no-fail-fast
|
@$(source_env_if_not_ci) && cargo test --doc --no-fail-fast
|
||||||
test-watch:
|
test-watch:
|
||||||
@$(source_env_if_not_ci) && cargo watch -x "test -- --nocapture"
|
@$(source_env_if_not_ci) && cargo watch -x "test -- --nocapture"
|
||||||
|
|||||||
Reference in New Issue
Block a user