Skip to content

Commit b9a5fde

Browse files
committed
updated codeship to run parallel tests
1 parent d42d8b2 commit b9a5fde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

codeship-steps.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
service: test
33
command: bash ./codeship/compile.sh
44
- name: testing
5-
type: serial
5+
type: parallel
66
steps:
77
- name: unit tests
88
service: test
99
command: bash ./codeship/unit_tests.sh
1010
- name: integration tests
1111
service: test
12-
command: bash ./codeship/integration_tests.sh
12+
command: bash ./codeship/integration_tests.sh
13+

0 commit comments

Comments
 (0)