From bf000e5664bc10c2e0e9e45d401b044bb5b7442a Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 14 Sep 2025 16:01:52 -0500 Subject: [PATCH] try fix last part of ci --- test.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test.sh b/test.sh index a9aa7cb..c9399a9 100755 --- a/test.sh +++ b/test.sh @@ -6,8 +6,9 @@ if [ -n "$CI_OS_NAME" ]; then fi # Run these tests on every target that could be used for a NAT front-end -haxe test.hxml py.hxml && -haxe test.hxml js.hxml && -haxe test.hxml cpp.hxml && -haxe test.hxml --interp && +# haxe test.hxml py.hxml && +# haxe test.hxml js.hxml && +# haxe test.hxml cpp.hxml && +# haxe test.hxml --interp && +haxelib dev nat-archive-tool . && haxelib run nat-archive-tool _TEST_ \ No newline at end of file