Skip to content

Commit

Permalink
workflow: run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Nov 11, 2023
1 parent adfd844 commit f50b610
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,11 @@
"websocket"
],
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage && eslint . && check-dts && size-limit"
"test:lint": "eslint .",
"test:coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
"test:types": "check-dts",
"test:size": "size-limit",
"test": "pnpm run /^test:/"
},
"author": "Eduard Aksamitov <e@euaaaio.ru>",
"license": "MIT",
Expand Down

0 comments on commit f50b610

Please sign in to comment.