Skip to content

Commit c211e02

Browse files
committed
fix
1 parent 3ce33f7 commit c211e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/build_paimon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CMAKE_ARGS=(
3333

3434
cmake "${CMAKE_ARGS[@]}" ${source_dir}
3535
cmake --build . --target install -- -j$(nproc)
36-
ctest --output-on-failure
36+
ctest --output-on-failure -j $(nproc)
3737

3838
popd
3939

0 commit comments

Comments
 (0)