Browse Source

[ci] actually enable lua tests on windows too

k 2 years ago
parent
commit
25af943a99
2 changed files with 2 additions and 8 deletions
  1. 2 5
      .github/workflows/main.yml
  2. 0 3
      extra/github-actions/workflows/main.yml

+ 2 - 5
.github/workflows/main.yml

@@ -344,7 +344,6 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
         target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko]
         include:
           - target: hl
@@ -585,8 +584,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
-        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, flash9, neko]
+        target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
     steps:
       - uses: actions/checkout@main
         with:
@@ -677,8 +675,7 @@ jobs:
       fail-fast: false
       matrix:
         # TODO jvm: https://github.com/HaxeFoundation/haxe/issues/8601
-        # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
-        target: [macro, js, hl, cpp, java, cs, php, python, neko]
+        target: [macro, js, hl, cpp, java, cs, php, python, lua, neko]
     steps:
       - uses: actions/checkout@main
         with:

+ 0 - 3
extra/github-actions/workflows/main.yml

@@ -157,7 +157,6 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
         target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, neko]
         include:
           - target: hl
@@ -291,7 +290,6 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
         target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash9, neko]
     steps:
       - uses: actions/checkout@main
@@ -317,7 +315,6 @@ jobs:
       fail-fast: false
       matrix:
         # TODO jvm: https://github.com/HaxeFoundation/haxe/issues/8601
-        # TODO enable lua after https://github.com/HaxeFoundation/haxe/issues/5024
         target: [macro, js, hl, cpp, java, cs, php, python, lua, neko]
     steps:
       - uses: actions/checkout@main