Skip to content

Commit 1fa18b8

Browse files
author
Ryan Moran
committed
Adds integration suite matrix
1 parent 1b68907 commit 1fa18b8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
"stack": "cflinuxfs3",
33
"oses": [
44
"linux"
5-
]
5+
],
6+
"integration": {
7+
"harness": "ginkgo",
8+
"matrix": [
9+
{ "cached": false, "parallel": true },
10+
{ "cached": true, "parallel": true }
11+
]
12+
}
613
}

0 commit comments

Comments
 (0)