We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151b1f0 commit e8751a6Copy full SHA for e8751a6
.github/.keep/test-cli.yml renamed to .github/workflows/test-cli.yml
.github/.keep/test-smoke.yml renamed to .github/workflows/test-smoke.yml
test/cli/moon.yml
@@ -8,7 +8,7 @@ workspace:
8
tasks:
9
# Naming this differently so it's not picked up bu the main test workflow
10
test.run:
11
- command: vitest --config ../../shared/vitest.config.ts . --no-threads
+ command: vitest --config ../../shared/vitest.config.ts . --pool=forks
12
inputs:
13
- ./**/*.test.ts
14
- package.json
0 commit comments