mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: Run xtask format-check verbosely
This commit is contained in:
parent
7c7d6558f6
commit
8d8cd1dc86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: cargo xtask format-check
|
- name: cargo xtask format-check
|
||||||
run: cargo xtask format-check
|
run: cargo xtask --verbose format-check
|
||||||
|
|
||||||
# Compilation check
|
# Compilation check
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue