Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Nov 9, 2024
2 parents 813021f + cca1bc5 commit 2b79a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tests.hx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ private function buildCoverageTests(target:Target):ExitCode
Sys.println("\nBuilding coverage tests...\n");
return runAll([
OpenFL.build.bind("coverage", target, "coverage1"),
OpenFL.build.bind("coverage", target, "coverage2")
OpenFL.build.bind("coverage", target, "coverage2"),
OpenFL.build.bind("coverage", target, "coverage3")
]);
}

Expand Down

0 comments on commit 2b79a20

Please sign in to comment.