diff --git a/package.json b/package.json index 8102a8e9..0fadab68 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "lint": "turbo run lint", "lint:fix": "turbo run lint:fix", "build": "turbo run build", - "test": "yarn run test:unit && yarn run test:integration", + "test": "yarn run test:unit && yarn run test:integration:sequential", "test:unit": "turbo run test", "test:integration": "nyc --reporter=text --reporter=lcov cross-env NODE_ENV=test mocha --parallel --max-old-space-size=4096", "test:integration:sequential": "nyc --reporter=text --reporter=lcov cross-env NODE_ENV=test mocha --max-old-space-size=4096",