Skip to content

Commit

Permalink
revert thread usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Nov 14, 2024
1 parent 0ac9091 commit 10d594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- install_js
- run:
name: Tests fake browser (vitest)
command: pnpm vitest --project "jsdom/*" --coverage
command: pnpm vitest --project "jsdom/*" --coverage --pool=threads
environment:
VITEST_MAX_THREADS: 6
VITEST_MIN_THREADS: 2
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
browsers: true
- run:
name: Tests real browsers (vitest)
command: pnpm vitest --project "browser/*"
command: pnpm vitest --project "browser/x-data-grid" --pool=threads
environment:
VITEST_MAX_THREADS: 1
VITEST_MIN_THREADS: 1
Expand Down

0 comments on commit 10d594d

Please sign in to comment.