CI: move the rustfmt check before the build/test
This commit is contained in:
parent
9f8ae75691
commit
d9c64e7f87
@ -1,6 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
|
||||||
- lint
|
- lint
|
||||||
|
- test
|
||||||
- review
|
- review
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
@ -93,4 +93,4 @@ rustfmt:
|
|||||||
script:
|
script:
|
||||||
- rustc -Vv && cargo -Vv
|
- rustc -Vv && cargo -Vv
|
||||||
- cargo fmt --version
|
- cargo fmt --version
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user