Skip to content

Commit 306ee0e

Browse files
committed
Split C API JSON crash issue prefix
1 parent 59fe94a commit 306ee0e

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,17 @@ jobs:
161161
run_case "early-plus-get-header-plus-json" \
162162
test/test_get_header.py
163163
164-
run_case "early-plus-issue-plus-json" \
165-
test/test_issue.py
164+
run_case "early-plus-issue-first-half-plus-json" \
165+
test/test_issue.py::test_param_empty \
166+
test/test_issue.py::test_issue_2874 \
167+
test/test_issue.py::test_issue_2906 \
168+
test/test_issue.py::test_issue_3135
169+
170+
run_case "early-plus-issue-second-half-plus-json" \
171+
test/test_issue.py::test_empty_list2 \
172+
test/test_issue.py::test_empty_map \
173+
test/test_issue.py::test_int8_type_sniffing \
174+
test/test_issue.py::test_issue_483_numpy_ndarray_parameter
166175
167176
run_case "early-plus-iteration-plus-json" \
168177
test/test_iteration.py

0 commit comments

Comments
 (0)