mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #704
704: ci: Run xtask format-check verbosely r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
commit
e145269914
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
|
||||
|
||||
- name: cargo xtask format-check
|
||||
run: cargo xtask format-check
|
||||
run: cargo xtask --verbose format-check
|
||||
|
||||
# Compilation check
|
||||
check:
|
||||
|
|
Loading…
Reference in a new issue