Sfoglia il codice sorgente

"Fix" tests

see: https://github.com/HaxeFoundation/haxe/pull/9259/commits/54682cb1487cfa88c4f14e1abaed294028ba8804
Kevin Leung 3 anni fa
parent
commit
8b673f439c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Earthfile

+ 1 - 0
Earthfile

@@ -174,6 +174,7 @@ test-environment-cpp:
     DO +INSTALL_PACKAGES --PACKAGES=$PACKAGES
     
 test:
+    ARG GITHUB_WORKSPACE=true # emulate github environment
     ARG TEST # macro, js, hl, cpp, java ,jvm, cs, php, python, lua, neko
     
     FROM +test-environment