Skip to content

Commit 74bb688

Browse files
committed
pass --parallel
1 parent 6e0c1f1 commit 74bb688

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jenkins.bash

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ do
4242
pip${PYTHON_VERSION} install "cwltest>=1.0.20180518074130" codecov
4343
pushd common-workflow-language-master
4444
rm -f .coverage*
45+
EXTRA="--parallel"
4546
# shellcheck disable=SC2154
4647
if [[ "$version" = *dev* ]]
4748
then
48-
EXTRA=" --enable-dev"
49-
else
50-
EXTRA=""
49+
EXTRA+=" --enable-dev"
5150
fi
5251
if [[ "$CONTAINER" = "singularity" ]]
5352
then

0 commit comments

Comments
 (0)