Skip to content

Commit 622d832

Browse files
committed
ci: run on single thread on ci
1 parent 7c71c3d commit 622d832

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
@@ -36,6 +36,6 @@ jobs:
3636
- name: Run Prettier Check
3737
run: ./.yarn/yarn.cjs test:fmt
3838
- name: Run Unit Test
39-
run: ./.yarn/yarn.cjs test:unit
39+
run: ./.yarn/yarn.cjs test:unit -m 0
4040
- name: Attempt Build
4141
run: ./.yarn/yarn.cjs build

0 commit comments

Comments
 (0)