Skip to content

Commit 3d31986

Browse files
authored
Change CircleCI parallel job from 32 to 4
1 parent 3e1e022 commit 3d31986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
machine: true
66
steps:
77
- checkout
8-
- run: ./run_tests.sh -j 32
8+
- run: ./run_tests.sh -j 4

0 commit comments

Comments
 (0)