Skip to content

Commit ce180b1

Browse files
Merge branch 'main' into egor/analytics_testcase_checker
2 parents 5680a84 + baf020e commit ce180b1

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/framework-tests-matrix.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,15 @@
2222
},
2323
{
2424
"PART_NAME": "examples-part2",
25-
"TESTS_TO_RUN": "--tests \"org.utbot.examples.exceptions.*\" --tests \"org.utbot.examples.invokes.*\" --tests \"org.utbot.examples.lambda.*\" --tests \"org.utbot.examples.make.symbolic.*\" --tests \"org.utbot.examples.math.*\"",
25+
"TESTS_TO_RUN": "--tests \"org.utbot.examples.exceptions.*\" --tests \"org.utbot.examples.invokes.*\" --tests \"org.utbot.examples.lambda.*\" --tests \"org.utbot.examples.make.symbolic.*\" --tests \"org.utbot.examples.math.*\" --tests \"org.utbot.examples.mixed.*\" --tests \"org.utbot.examples.mock.*\" --tests \"org.utbot.examples.models.*\" --tests \"org.utbot.examples.natives.*\" --tests \"org.utbot.examples.objects.*\"",
2626
},
2727
{
2828
"PART_NAME": "examples-part3",
29-
"TESTS_TO_RUN": "--tests \"org.utbot.examples.mixed.*\" --tests \"org.utbot.examples.mock.*\" --tests \"org.utbot.examples.models.*\" --tests \"org.utbot.examples.natives.*\" --tests \"org.utbot.examples.objects.*\" --tests \"org.utbot.examples.primitives.*\" --tests \"org.utbot.examples.recursion.*\"",
29+
"TESTS_TO_RUN": "--tests \"org.utbot.examples.primitives.*\" --tests \"org.utbot.examples.recursion.*\" --tests \"org.utbot.examples.statics.substitution.*\" --tests \"org.utbot.examples.stdlib.*\" --tests \"org.utbot.examples.strings.*\" --tests \"org.utbot.examples.structures.*\" --tests \"org.utbot.examples.thirdparty.numbers.*\" --tests \"org.utbot.examples.types.*\" --tests \"org.utbot.examples.unsafe.*\" --tests \"org.utbot.examples.wrappers.*\"",
3030
},
3131
{
32-
"PART_NAME": "examples-part4",
33-
"TESTS_TO_RUN": "--tests \"org.utbot.examples.statics.substitution.*\" --tests \"org.utbot.examples.stdlib.*\" --tests \"org.utbot.examples.structures.*\" --tests \"org.utbot.examples.thirdparty.numbers.*\" --tests \"org.utbot.examples.types.*\" --tests \"org.utbot.examples.unsafe.*\" --tests \"org.utbot.examples.wrappers.*\"",
34-
},
35-
{
36-
"PART_NAME": "examples-lists-part1",
37-
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart1Test\"",
38-
},
39-
{
40-
"PART_NAME": "examples-lists-part2",
41-
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart2Test\"",
42-
},
43-
{
44-
"PART_NAME": "examples-lists-part3",
45-
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart3Test\"",
32+
"PART_NAME": "examples-lists",
33+
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart1Test\" --tests \"org.utbot.examples.collections.ListsPart2Test\" --tests \"org.utbot.examples.collections.ListsPart3Test\"",
4634
},
4735
{
4836
"PART_NAME": "examples-maps-part1",
@@ -51,10 +39,6 @@
5139
{
5240
"PART_NAME": "examples-maps-part2",
5341
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapsPart2Test\"",
54-
},
55-
{
56-
"PART_NAME": "examples-strings",
57-
"TESTS_TO_RUN": "--tests \"org.utbot.examples.strings.*\"",
5842
}
5943
]
6044
}

0 commit comments

Comments
 (0)