diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 021674289..62b5be34e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macOS-latest] + os: [macOS-latest] steps: - name: Clone this repository @@ -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