Skip to content

Commit 6a3c847

Browse files
committed
more agents
1 parent fe5ffa8 commit 6a3c847

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ workflows:
2323
only:
2424
- staging
2525
- trying
26+
- better-testing
2627
- test:
2728
requires:
2829
- publish_dev
@@ -31,6 +32,7 @@ workflows:
3132
only:
3233
- staging
3334
- trying
35+
- better-testing
3436
- publish:
3537
requires:
3638
- test
@@ -69,7 +71,7 @@ jobs:
6971
docker:
7072
- image: cimg/base:2019.08
7173
working_directory: ~/repo
72-
parallelism: 4
74+
parallelism: 6
7375
steps:
7476
- checkout
7577
- install-circleci

0 commit comments

Comments
 (0)