瀏覽代碼

run coro tests on HL CI

Simon Krajewski 1 年之前
父節點
當前提交
ce6e328f68
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/runci/targets/Hl.hx

+ 3 - 0
tests/runci/targets/Hl.hx

@@ -111,6 +111,9 @@ class Hl {
 		runCommand("haxe", ["compile-hlc.hxml"].concat(args));
 		buildAndRunHlc("bin/hlc", "unit", runCommand);
 
+		changeDirectory(getMiscSubDir("coroutines"));
+		runCommand("haxe", ["build-hl.hxml"]);
+
 		changeDirectory(threadsDir);
 		buildAndRun("build.hxml", "export/threads");