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 2f8cc22 commit 843bd00Copy full SHA for 843bd00
tools/bots/test_matrix.json
@@ -1266,7 +1266,7 @@
1266
"vm-precomp-ffi-qemu-linux-release-arm"
1267
],
1268
"meta": {
1269
- "description": "This configuration is used for running FFI tests on qemu and FFI unit tests."
+ "description": "This configuration is used for running vm unit tests and FFI tests on qemu and FFI unit tests."
1270
},
1271
"steps": [
1272
{
@@ -1302,6 +1302,13 @@
1302
"gen_snapshot"
1303
]
1304
1305
+ {
1306
+ "name": "vm unit tests",
1307
+ "arguments": [
1308
+ "-ndartk-linux-${mode}-arm-qemu",
1309
+ "vm/cc"
1310
+ ]
1311
+ },
1312
1313
"name": "ffi tests",
1314
"arguments": [
0 commit comments