From 8d8cd1dc86a944e3c50f63c8aea14759cc0cb6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 15 Mar 2023 19:27:57 +0100 Subject: [PATCH] ci: Run xtask format-check verbosely --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 300bea51b7..e84de651bf 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: