build(makefile): remove wrong --nocapture option from test-doc command

This commit is contained in:
Ivan Gabriele
2024-03-05 00:59:13 +01:00
parent ccf3d1431a
commit ea99a075ef

View File

@@ -40,6 +40,6 @@ test:
test-cover:
@$(source_env_if_not_ci) && cargo tarpaulin --frozen --out Xml
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:
@$(source_env_if_not_ci) && cargo watch -x "test -- --nocapture"