From bc260ae5cbffdc2bd5a8890745f6d545b0d783b5 Mon Sep 17 00:00:00 2001 From: Erlend Oftedal Date: Sun, 28 Jan 2024 11:28:10 +0100 Subject: [PATCH] Adding insecuretest to commonly run tests --- package.json | 2 +- tests/localtest/test-insecure.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/localtest/test-insecure.sh diff --git a/package.json b/package.json index ee1fbeb..99c8677 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "check": "npm run lint && npm run typecheck", "dev": "tsc --watch", "integrationTest": "cd tests/integration/ && ./test.sh", - "registryTest": "cd tests/localtest/ && ./test.sh", + "registryTest": "cd tests/localtest/ && ./test.sh && ./test-insecure.sh", "allTests": "npm run integrationTest && npm run registryTest" }, "bin": { diff --git a/tests/localtest/test-insecure.sh b/tests/localtest/test-insecure.sh old mode 100644 new mode 100755