Skip to content

Commit 27a4697

Browse files
authored
Extract tests on Exceptions into examples-part10 (#2596)
Extract tests on exceptions into examples-part10
1 parent 45e1d37 commit 27a4697

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"PART_NAME": "examples-part2",
29-
"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.*\""
29+
"TESTS_TO_RUN": "--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.*\""
3030
},
3131
{
3232
"PART_NAME": "examples-part3",
@@ -56,6 +56,10 @@
5656
"PART_NAME": "examples-part9",
5757
"TESTS_TO_RUN": "--tests \"org.utbot.examples.mock.*\" --tests \"org.utbot.examples.models.*\" --tests \"org.utbot.examples.natives.*\" --tests \"org.utbot.examples.objects.*\" --tests \"org.utbot.examples.reflection.*\" --tests \"org.utbot.examples.threads.*\""
5858
},
59+
{
60+
"PART_NAME": "examples-part10",
61+
"TESTS_TO_RUN": "--tests \"org.utbot.examples.exceptions.*\""
62+
},
5963
{
6064
"PART_NAME": "examples-lists",
6165
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart1Test\" --tests \"org.utbot.examples.collections.ListsPart2Test\" --tests \"org.utbot.examples.collections.ListsPart3Test\""

0 commit comments

Comments
 (0)