Skip to content

Commit fcbaa93

Browse files
authored
Parallelise test and lint in circle. (#270)
1 parent 8951942 commit fcbaa93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies:
1515
1616
test:
1717
override:
18-
- make RM= lint
19-
- make RM= test
18+
- make RM= lint -p
19+
- make RM= test -p
2020
- make RM=
2121

2222
deployment:

0 commit comments

Comments
 (0)