1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-30 01:00:11 +02:00

github actions: skip persistent tests

This commit is contained in:
Thomas Wilkerling
2025-04-17 15:12:48 +02:00
parent d20c1509b2
commit 726d467a23

View File

@@ -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",