Skip to content

Commit

Permalink
Add -DBUILD_TESTS=ON to submodule sync (NVIDIA#1016)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <pxli@nyu.edu>
  • Loading branch information
pxLi authored Mar 22, 2023
1 parent 4f79e27 commit 43c6774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/submodule-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ set +e
${MVN} verify ${MVN_MIRROR} \
-DCPP_PARALLEL_LEVEL=${PARALLEL_LEVEL} \
-Dlibcudf.build.configure=true \
-DUSE_GDS=ON -Dtest=*,!CuFileTest,!CudaFatalTest
-DUSE_GDS=ON -Dtest=*,!CuFileTest,!CudaFatalTest \
-DBUILD_TESTS=ON
verify_status=$?
set -e

Expand Down

0 comments on commit 43c6774

Please sign in to comment.