diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 021674289..aafec30f2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -36,6 +36,7 @@ jobs: BUILD_TESTING: OFF BUILD_MULTICAST: OFF BUILD_INTEGRATION: ON + ZENOH_DEBUG: 3 - name: Test debug run: make test @@ -45,4 +46,5 @@ jobs: BUILD_TESTING: OFF # Workaround for Windows as it seems the previous step is being ignored BUILD_MULTICAST: OFF # Workaround for Windows as it seems the previous step is being ignored BUILD_INTEGRATION: ON # Workaround for Windows as it seems the previous step is being ignored + ZENOH_DEBUG: 3 ZENOH_BRANCH: main