Skip to content

Commit 695cbac

Browse files
author
Vasileios Karakasis
committed
Serialize unit tests everywhere
1 parent 4f3d906 commit 695cbac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ci-scripts/ci-runner.bash

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,7 @@ if [ "X${MODULEUSE}" != "X" ]; then
125125
module use ${MODULEUSE}
126126
fi
127127

128-
parallel_opts="--workers=auto --forked"
129-
if [[ $(hostname) =~ tsa|uan ]]; then
130-
parallel_opts=""
131-
fi
128+
parallel_opts=""
132129

133130
# Bootstrap ReFrame
134131
./bootstrap.sh

0 commit comments

Comments
 (0)