Browse Source

[CI] Stop ruining our CI with that mess

Rudy Ges 4 days ago
parent
commit
faa432c833
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/src/unit/TestMain.hx

+ 1 - 1
tests/unit/src/unit/TestMain.hx

@@ -68,7 +68,7 @@ function main() {
 		#if (!php && !lua)
 		new TestHttps(),
 		#end
-		#if (!lua && !interp)
+		#if (!lua && !interp && !flash)
 		new TestBigInt(),
 		#end
 		#if !no_pattern_matching