Skip to content

Commit

Permalink
run unit tests on hl
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Jun 11, 2024
1 parent 1a58352 commit c447eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests.hx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private function runUnitTests(target:Target):ExitCode {
// can't run / display results without a browser,
// this at least checks if the tests compile
// also, neko fails randomly for some reason... (#2148)
var runTests = target == Cpp;
var runTests = target == Cpp || target == Hl;

if (runTests) {
Sys.println("Running unit tests...\n");
Expand Down

0 comments on commit c447eb5

Please sign in to comment.