summaryrefslogtreecommitdiffstats
path: root/.github/workflows/oniguruma.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/oniguruma.yml')
-rw-r--r--.github/workflows/oniguruma.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/oniguruma.yml b/.github/workflows/oniguruma.yml
index db78e2a7..b5b5e1cf 100644
--- a/.github/workflows/oniguruma.yml
+++ b/.github/workflows/oniguruma.yml
@@ -29,7 +29,7 @@ jobs:
- name: Test
run: |
./jq -n '"" | test("")'
- make check
+ make check VERBOSE=yes
git diff --exit-code
- name: Upload Test Logs
if: ${{ failure() }}
@@ -62,7 +62,7 @@ jobs:
- name: Test
run: |
! ./jq -n '"" | test("")'
- make check
+ make check VERBOSE=yes
git diff --exit-code
- name: Upload Test Logs
if: ${{ failure() }}