Skip to content

Commit

Permalink
Try max workers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 3, 2023
1 parent 195ce82 commit 03a40ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
node-version: '20.x'
- run: npm ci
- run: npm run build:test
- run: npm test -- --workerThreads
- run: npm test -- --maxWorkers=4

0 comments on commit 03a40ee

Please sign in to comment.