diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-15 19:27:57 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-15 19:27:57 +0100 |
| commit | 8d8cd1dc86a944e3c50f63c8aea14759cc0cb6a1 (patch) | |
| tree | 7cae3e3e80ee92be974d226e00607d5470275043 /.github | |
| parent | 7c7d6558f6d9c50fbb4d2487c98c9a5be15f2f7b (diff) | |
ci: Run xtask format-check verbosely
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 300bea5..e84de65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
