mirror of https://github.com/aminya/setup-cpp.git
test: run apt tests in series
This commit is contained in:
parent
b7dcc5b7e6
commit
9b5350fb6e
|
|
@ -21,7 +21,7 @@
|
|||
"lint.tsc": "tsc --noEmit --pretty",
|
||||
"lint.eslint": "eslint '**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix",
|
||||
"prepublishOnly": "pnpm run build",
|
||||
"test": "jest --coverage"
|
||||
"test": "jest --coverage --runInBand"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "22.15.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue