Add trybuild tests to config

This commit is contained in:
Chris Wong 2020-09-27 21:33:37 +10:00
parent 0bab139b66
commit db28f4c100

View file

@ -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