Skip to content

Commit 14830a1

Browse files
committed
Enable CWIPC_LOGGING to see if it shows us where the test problem is.
1 parent a368c3b commit 14830a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,8 @@ jobs:
708708
- name: Run integration tests
709709
timeout-minutes: 2
710710
shell: pwsh
711+
env:
712+
CWIPC_LOGGING: DEBUG
711713
run: |
712714
& .\.venv\Scripts\Activate.ps1
713715
python tests/testlatency/testlatency.py ${{ env.TESTLATENCY_VERBOSE }} ${{ env.TESTLATENCY_ARGS }} --logdir logs

0 commit comments

Comments
 (0)