Skip to content

Commit

Permalink
run coro tests on HL CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Mar 6, 2024
1 parent 78a7ced commit ce6e328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/runci/targets/Hl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit ce6e328

Please sign in to comment.