Skip to content

Commit

Permalink
Enable loging
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jan 15, 2025
1 parent b84e49c commit 3978fac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
os: [macOS-latest]

steps:
- name: Clone this repository
Expand All @@ -36,6 +36,7 @@ jobs:
BUILD_TESTING: OFF
BUILD_MULTICAST: OFF
BUILD_INTEGRATION: ON
ZENOH_DEBUG: 3

- 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
ZENOH_DEBUG: 3
ZENOH_BRANCH: main

0 comments on commit 3978fac

Please sign in to comment.