Allow debug runs from the github UI

This commit is contained in:
Eric 2025-02-06 18:07:50 +11:00
parent e1bb35c86d
commit 6b2ff670e1
No known key found for this signature in database

View File

@ -81,7 +81,7 @@ jobs:
- name: Parallel integration tests
if: matrix.tests == 'integration-parallel'
run: make -j${ncpu} DEBUG=1 testIntegration
run: make -j${ncpu} DEBUG=${{ runner.debug }} testIntegration
- name: Upload integration tests log files
uses: actions/upload-artifact@v4