Skip to content

Commit e87033c

Browse files
committed
more platform-independent tests
1 parent 2e7ec1d commit e87033c

File tree

1 file changed

+57
-1
lines changed

1 file changed

+57
-1
lines changed

.github/workflows/ci.yaml

+57-1
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,73 @@ env:
2828
test_argparse
2929
test_array
3030
test_asyncgen
31+
test_binop
32+
test_bisect
33+
test_bool
3134
test_bytes
32-
test_calendar
35+
test_call
36+
test_class
37+
test_cmath
38+
test_collections
3339
test_complex
40+
test_contains
41+
test_copy
42+
test_dataclasses
3443
test_decimal
44+
test_decorators
45+
test_defaultdict
46+
test_deque
47+
test_dict
48+
test_dictcomps
49+
test_dictviews
3550
test_dis
51+
test_enumerate
52+
test_exception_variations
53+
test_exceptions
54+
test_float
55+
test_format
56+
test_fractions
57+
test_genericalias
58+
test_genericclass
59+
test_grammar
60+
test_range
61+
test_index
62+
test_int
63+
test_int_literal
64+
test_isinstance
65+
test_iter
66+
test_iterlen
67+
test_itertools
3668
test_json
69+
test_keyword
70+
test_keywordonlyarg
3771
test_list
3872
test_long
73+
test_longexp
74+
test_math
75+
test_operator
76+
test_ordered_dict
77+
test_pow
78+
test_raise
79+
test_richcmp
80+
test_scope
3981
test_set
82+
test_slice
83+
test_sort
84+
test_string
85+
test_string_literals
86+
test_strtod
87+
test_structseq
88+
test_subclassinit
89+
test_super
90+
test_syntax
91+
test_tuple
92+
test_types
93+
test_unary
4094
test_unicode
95+
test_unpack
4196
test_weakref
97+
test_yield_from
4298
4399
jobs:
44100
rust_tests:

0 commit comments

Comments
 (0)