CI: move the rustfmt check before the build/test
This commit is contained in:
parent
9f8ae75691
commit
d9c64e7f87
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user