Skip to content

Commit

Permalink
test: switch to sequential to fix worker fail issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed Oct 20, 2024
1 parent 4f4c48f commit be8cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit be8cfa5

Please sign in to comment.