Skip to content

Commit 4b3e1c2

Browse files
committed
faster!
1 parent 9b556ed commit 4b3e1c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins.bash

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/bin/bash
22
cloneorpull() {
33
if test -d "$1" ; then
44
(cd "$1" && git pull)
@@ -28,7 +28,7 @@ if [[ "$version" = *dev* ]]
2828
then
2929
EXTRA="EXTRA=--enable-dev"
3030
fi
31-
./run_test.sh --junit-xml=result.xml RUNNER=cwltool DRAFT="${version}" ${EXTRA}
31+
./run_test.sh --junit-xml=result.xml RUNNER=cwltool -j4 DRAFT="${version}" ${EXTRA}
3232
CODE=$?
3333
popd
3434
if [ "$GIT_BRANCH" = "origin/master" ]

0 commit comments

Comments
 (0)