Skip to content

Commit

Permalink
Enable unstable API integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jan 16, 2025
1 parent da46854 commit 02f2b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 02f2b09

Please sign in to comment.