Skip to content

Commit 82cb15b

Browse files
committed
fix test concurrency
Signed-off-by: Yuan Zhou <yuan.zhou@ibm.com>
1 parent 7ebd0a4 commit 82cb15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
working-directory: _build/release
120120
run: |
121121
export CLASSPATH=`/usr/local/hadoop/bin/hdfs classpath --glob`
122-
ctest -j 8 --label-exclude cuda_driver --output-on-failure --no-tests=error
122+
ctest -j 4 --label-exclude cuda_driver --output-on-failure --no-tests=error
123123
124124
ubuntu-debug:
125125
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)