From 37d9f241694b615e75b92c9bb079851bd7fcd1bd Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 15 Feb 2026 12:12:07 +0000 Subject: [PATCH] chore: set SKIP_INTEGRATION in precommit tests Signed-off-by: Xe Iaso --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9353e2e..a2a4eeff 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "npm run assets && go test ./...", + "test": "npm run assets && SKIP_INTEGRATION=1 go test ./...", "test:integration": "npm run assets && go test -v ./internal/test", "test:integration:podman": "npm run assets && go test -v ./internal/test --playwright-runner=podman", "test:integration:docker": "npm run assets && go test -v ./internal/test --playwright-runner=docker",