diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-03-15 19:02:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 19:02:55 +0000 |
| commit | e145269914227e0af2fc082c3cf490489b8bc979 (patch) | |
| tree | a138c62ce5484c11e568bf63013e9136de3a76f9 /.github/workflows | |
| parent | 534d42edf5505950a87f2621df883ceac4957156 (diff) | |
| parent | 8d8cd1dc86a944e3c50f63c8aea14759cc0cb6a1 (diff) | |
Merge #704
704: ci: Run xtask format-check verbosely r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to '.github/workflows')
| -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: |
