Allow debug runs from the github UI

This commit is contained in:
Eric 2025-02-06 18:07:50 +11:00
parent 5e009e310e
commit d906009ab9
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