diff --git a/.buildkite/test_description.json b/.buildkite/test_description.json index af49fb5..bf85a47 100644 --- a/.buildkite/test_description.json +++ b/.buildkite/test_description.json @@ -18,7 +18,7 @@ }, { "test_name": "style", - "command": "cargo fmt --all -- --check" + "command": "cargo fmt --all -- --check --config format_code_in_doc_comments=true" }, { "test_name": "unittests-gnu",