Skip to content

Commit

Permalink
ci: enable vitest vmThreads
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Dec 9, 2023
1 parent 6eb5a9d commit 147316e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pnpm install

- name: Run tests
run: pnpm test -- --run --experimentalVmThreads
run: pnpm test -- --run

release:
name: release
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineConfig((env) => {
provider: "v8",
include: ["src/**"],
},
pool: "vmThreads",
globals: true,
mockClear: true,
environment: "jsdom",
Expand Down

0 comments on commit 147316e

Please sign in to comment.