File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,14 @@ store-success-output = true
47
47
# Note that if a description can be extracted from the output, it is always stored in the
48
48
# <description> element.
49
49
store-failure-output = true
50
+
51
+ [test-groups ]
52
+ serial-integration = { max-threads = 1 }
53
+
54
+ [[profile .default .overrides ]]
55
+ filter = ' test(/^serial::/)'
56
+ test-group = ' serial-integration'
57
+
58
+ [[profile .ci .overrides ]]
59
+ filter = ' test(/^serial::/)'
60
+ test-group = " serial-integration"
Original file line number Diff line number Diff line change @@ -47,3 +47,14 @@ store-success-output = true
47
47
# Note that if a description can be extracted from the output, it is always stored in the
48
48
# <description> element.
49
49
store-failure-output = true
50
+
51
+ [test-groups ]
52
+ serial-integration = { max-threads = 1 }
53
+
54
+ [[profile .default .overrides ]]
55
+ filter = ' test(/^serial::/)'
56
+ test-group = ' serial-integration'
57
+
58
+ [[profile .ci .overrides ]]
59
+ filter = ' test(/^serial::/)'
60
+ test-group = " serial-integration"
You can’t perform that action at this time.
0 commit comments