Skip to content

Commit 73a4165

Browse files
authored
--runInBand
1 parent 23d7b4e commit 73a4165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
build:
7-
runs-on: macOS-latest
7+
runs-on: ubuntu-latest
88

99
steps:
1010
- name: Checkout repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"scripts": {
10-
"test": "jest --runInBand --detectOpenHandles --coverage",
10+
"test": "jest --detectOpenHandles --coverage",
1111
"lint": "eslint '{src,tests}/**/*.ts'",
1212
"format": "prettier --write '{src,tests}/**/*.ts'",
1313
"format:check": "prettier --check '{src,tests}/**/*.ts'",

0 commit comments

Comments
 (0)