Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 77cff67

Browse files
committed
Run engine unit tests on mac host_debug_unopt_arm64
1 parent 20742e3 commit 77cff67

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

ci/builders/mac_unopt.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,21 @@
165165
"$flutter/osx_sdk": {
166166
"sdk_version": "15a240d"
167167
}
168-
}
168+
},
169+
"tests": [
170+
{
171+
"language": "python3",
172+
"name": "Host Tests for host_debug_unopt_arm64",
173+
"script": "flutter/testing/run_tests.py",
174+
"parameters": [
175+
"--variant",
176+
"host_debug_unopt_arm64",
177+
"--type",
178+
"dart,dart-host,engine",
179+
"--engine-capture-core-dump"
180+
]
181+
}
182+
]
169183
},
170184
{
171185
"archives": [

0 commit comments

Comments
 (0)