diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00a7e6c..cc4feaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: python3 -m pip install pre-commit - name: 🔥 Test - run: pre-commit run --all-files + run: pre-commit run --show-diff-on-failure --all-files concurrency: group: ${{ github.workflow }}-${{ github.ref }}