diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index 7dca23ca..ba898432 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -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