We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52fb76 commit 208219fCopy full SHA for 208219f
.github/workflows/ci.yaml
@@ -172,6 +172,11 @@ jobs:
172
fail-fast: false
173
matrix:
174
target: ["iOS", "visionOS", "MacCatalyst"]
175
+ include:
176
+ - testbed-pre-args:
177
+
178
+ - target: MacCatalyst
179
+ testbed-pre-args: '--catalyst'
180
181
steps:
182
- uses: actions/[email protected]
@@ -209,4 +214,4 @@ jobs:
209
214
# - test_os as a test of system library calls
210
215
# - test_bz2 as a simple test of third party libraries
211
216
# - test_ctypes as a test of FFI
212
- python -m testbed run -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes
217
+ python -m testbed ${{ matrix.testbed-pre-args }} run -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes
0 commit comments