Skip to content

Commit cbc81bd

Browse files
committed
fix: whoops, forgot to add parallelism
1 parent 6e923b0 commit cbc81bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
- run: npm run lint
135135
test:
136136
<<: *defaults
137+
parallelism: 4 # Run tests across 4 containers
137138
steps:
138139
- checkout
139140
- setup_remote_docker

0 commit comments

Comments
 (0)