瀏覽代碼

"Fix" tests

see: https://github.com/HaxeFoundation/haxe/pull/9259/commits/54682cb1487cfa88c4f14e1abaed294028ba8804
Kevin Leung 3 年之前
父節點
當前提交
8b673f439c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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