From 726d467a2327d56fde6e58c445f22ec8ab3331eb Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Thu, 17 Apr 2025 15:12:48 +0200 Subject: [PATCH] github actions: skip persistent tests --- test/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/package.json b/test/package.json index b242c59..95232f5 100644 --- a/test/package.json +++ b/test/package.json @@ -3,6 +3,7 @@ "type": "module", "scripts": { "test": "mocha ./*.js --exit", + "test:github": "mocha ./*.js --exit flexsearch.compact.min", "test:coverage": "c8 -c ./.c8rc.json mocha ./*.js --exit", "test:keystore": "set NODE_OPTIONS=--max-old-space-size=16000 && c8 -c ./.c8rc.json mocha ./keystore.js --exit", "test:db": "c8 -c ./.c8rc.json mocha ./persistent.*.js --exit",