enable CI debugging

This commit is contained in:
Eric 2025-01-24 08:45:45 +11:00
parent f546186c7f
commit a721c19adc
No known key found for this signature in database

View File

@ -82,7 +82,7 @@ jobs:
if: matrix.tests == 'integration' || matrix.tests == 'all'
env:
CODEX_INTEGRATION_TEST_INCLUDES: ${{ matrix.includes }}
run: make -j${ncpu} testIntegration
run: make -j${ncpu} DEBUG_CODEXNODES=1 DEBUG_TESTHARNESS=1 DEBUG_UPDATES=1 testIntegration
- name: Upload integration tests log files
uses: actions/upload-artifact@v4