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 6629157 commit 9fd715aCopy full SHA for 9fd715a
rust/.config/nextest.toml
@@ -47,3 +47,14 @@ store-success-output = true
47
# Note that if a description can be extracted from the output, it is always stored in the
48
# <description> element.
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
60
+test-group = "serial-integration"
0 commit comments