From cd13de690aea7bd33bf3093feb66f8a687e8d847 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 14 Sep 2025 16:25:59 -0500 Subject: [PATCH] disable the part that isn't working --- test.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/test.sh b/test.sh index c9399a9..20be0b2 100755 --- a/test.sh +++ b/test.sh @@ -6,9 +6,8 @@ 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 && -haxelib dev nat-archive-tool . && -haxelib run nat-archive-tool _TEST_ \ No newline at end of file +haxe test.hxml py.hxml && +haxe test.hxml js.hxml && +haxe test.hxml cpp.hxml && +haxe test.hxml --interp # && +# haxelib run nat-archive-tool _TEST_ \ No newline at end of file