Skip to content

Commit 1ed01a1

Browse files
authored
Merge pull request #845 from common-workflow-language/faster_jenkins
jenkins: pass --parallel for conformance tests
2 parents 7fb1e95 + c2199de commit 1ed01a1

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)