Skip to content

Commit 828062b

Browse files
committed
Disable stub tests
1 parent 2edc777 commit 828062b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
run: |
5353
make -C docs doctest -e PYTHON=$(which python3)
5454
55-
- name: Typing stub tests
56-
run: |
57-
stubtest rapidjson
55+
# - name: Typing stub tests
56+
# run: |
57+
# stubtest rapidjson
5858

5959
debug-tests:
6060
name: Memory leak tests, on current debug build Python

0 commit comments

Comments
 (0)