Skip to content

Commit 208219f

Browse files
authored
Update ci.yaml
1 parent c52fb76 commit 208219f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ jobs:
172172
fail-fast: false
173173
matrix:
174174
target: ["iOS", "visionOS", "MacCatalyst"]
175+
include:
176+
- testbed-pre-args:
177+
178+
- target: MacCatalyst
179+
testbed-pre-args: '--catalyst'
175180

176181
steps:
177182
- uses: actions/[email protected]
@@ -209,4 +214,4 @@ jobs:
209214
# - test_os as a test of system library calls
210215
# - test_bz2 as a simple test of third party libraries
211216
# - 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

Comments
 (0)