Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 3, 2023
1 parent 3b52f80 commit c8a33fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run unit tests
run: pnpm bnt
run: pnpm test:unit
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,9 @@
"node": ">=18.0.0"
},
"scripts": {
"test": "bnt && eslint ."
"test:unit": "bnt",
"test:lint": "eslint .",
"test": "pnpm run /^test:/"
},
"dependencies": {
"clean-publish": "^4.2.0",
Expand Down

0 comments on commit c8a33fc

Please sign in to comment.