diff --git a/.travis.yml b/.travis.yml index ec8a16a..31bd92f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,3 +50,6 @@ jobs: - cargo fmt -- --check - (cd benchmarks && cargo fmt -- --check) - (cd docs && cargo fmt -- --check) + # trybuild harnesses are technically not part of the Cargo project, so + # need to be checked separately + - rustfmt --check maud/tests/warnings/*.rs