Add trybuild tests to config
This commit is contained in:
parent
0bab139b66
commit
db28f4c100
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue