Skip to content

Commit

Permalink
Remove redundant arguments: --ci and --maxWorkers
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Jan 27, 2023
1 parent 6963415 commit e180d9a
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pnpm install

- name: Test
run: pnpm test -- --ci --coverage --maxWorkers=2
run: pnpm test -- --coverage

- name: Build
run: pnpm build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
node_modules
dist
coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@vitest/coverage-c8": "^0.28.3",
"prettier": "2.8.1",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
Expand Down
Loading

0 comments on commit e180d9a

Please sign in to comment.