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 1426627 commit 2acabe9Copy full SHA for 2acabe9
.github/workflows/ci.yaml
@@ -19,18 +19,18 @@ env:
19
-p rustpython
20
PLATFORM_INDEPENDENT_TESTS: >-
21
test_argparse
22
- test_json
23
- test_bytes
24
- test_long
25
- test_unicode
26
test_array
27
test_asyncgen
28
- test_list
+ test_bytes
+ test_calendar
29
test_complex
+ test_dis
+ test_json
30
test_json
+ test_list
31
+ test_long
32
test_set
- test_dis
33
- test_calendar
+ test_unicode
34
35
jobs:
36
rust_tests:
0 commit comments