aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/Test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/Test.yml')
-rw-r--r--.github/workflows/Test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 8848d0f0a..80da70801 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -95,7 +95,9 @@ jobs:
run: ./scripts/update_py_bindings.sh
- name: Check if Python bindings changed
- run: git diff --quiet || git status
+ run: |
+ git diff --stat
+ git diff --exit-code
# - run: python -m pip install black
#