CI: move the rustfmt check before the build/test

This commit is contained in:
Jordan Petridis 2018-12-09 04:02:29 +02:00
parent 9f8ae75691
commit d9c64e7f87
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -1,6 +1,6 @@
stages:
- test
- lint
- test
- review
variables:
@ -93,4 +93,4 @@ rustfmt:
script:
- rustc -Vv && cargo -Vv
- cargo fmt --version
- cargo fmt --all -- --check
- cargo fmt --all -- --check