Skip to content

Commit 2acabe9

Browse files
fanninpmSnowapril
authored andcommitted
Sort platform-independent tests alphabetically
1 parent 1426627 commit 2acabe9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ env:
1919
-p rustpython
2020
PLATFORM_INDEPENDENT_TESTS: >-
2121
test_argparse
22-
test_json
23-
test_bytes
24-
test_long
25-
test_unicode
2622
test_array
2723
test_asyncgen
28-
test_list
24+
test_bytes
25+
test_calendar
2926
test_complex
27+
test_dis
28+
test_json
3029
test_json
30+
test_list
31+
test_long
3132
test_set
32-
test_dis
33-
test_calendar
33+
test_unicode
3434
3535
jobs:
3636
rust_tests:

0 commit comments

Comments
 (0)