Skip to content

Commit e63dd2f

Browse files
committed
test(ci): run tests in parallel
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent d94c102 commit e63dd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pnpm tsc --noEmit
2222

2323
- name: Run tests with coverage
24-
run: pnpm test:coverage --runInBand --verbose
24+
run: pnpm test:coverage --verbose
2525

2626
- name: Archive code coverage results
2727
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0

0 commit comments

Comments
 (0)