We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ad180 commit ba209c9Copy full SHA for ba209c9
2 files changed
.github/workflows/pr_checks.yml
@@ -297,7 +297,7 @@ jobs:
297
- runner: macos-26
298
test_modules: false
299
multi_process: false
300
- xi_test: false
+ xi_test: true
301
startup_checks: true
302
- runner: ubuntu-26.04
303
.github/workflows/test.yml
@@ -101,7 +101,7 @@ jobs:
101
build_type: Release
102
103
multi_process: true
104
- xi_test: ${{ !startsWith(matrix.runner, 'macos') }}
105
106
107
Docker_Test:
0 commit comments