From 02f2b09e4ac12cd386e362c547a0e2ec47489040 Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Thu, 16 Jan 2025 15:19:36 +0100 Subject: [PATCH] Enable unstable API integration tests --- .github/workflows/integration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 021674289..38deab1bf 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 + Z_FEATURE_UNSTABLE_API: 1 - 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 + Z_FEATURE_UNSTABLE_API: 1 ZENOH_BRANCH: main