Kevin Leung před 3 roky
rodič
revize
706acf351e
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      Earthfile

+ 4 - 4
Earthfile

@@ -249,10 +249,10 @@ test-all:
     BUILD +test --TEST=python
     BUILD +test --TEST=java,jvm
     BUILD +test --TEST=cs
-    BUILD +test --TEST=js
     BUILD +test --TEST=cpp
     BUILD +test --TEST=lua
     
-    IF [ "$TARGETPLATFORM" = "linux/amd64" ] # FIXME: hl can't compile on arm64 (JIT issue?)
-        BUILD +test --TEST=hl
-    END
+    IF [ "$TARGETPLATFORM" = "linux/amd64" ]
+        BUILD +test --TEST=js # FIXME: timeout
+        BUILD +test --TEST=hl # FIXME: hl can't compile on arm64 (JIT issue?)
+    END