Skip to content

Commit

Permalink
Update .ci/test.sh
Browse files Browse the repository at this point in the history
Co-authored-by: James Lamb <jaylamb20@gmail.com>
  • Loading branch information
vnherdeiro and jameslamb committed Sep 15, 2024
1 parent 36d08e2 commit 7690d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [[ "$TASK" == "cpp-tests" ]]; then
else
extra_cmake_opts=""
fi
cmake -B build -S . -DBUILD_CPP_TEST=ON -DUSE_OPENMP=OFF -DUSE_DEBUG=ON "$extra_cmake_opts"
cmake -B build -S . -DBUILD_CPP_TEST=ON -DUSE_OPENMP=OFF -DUSE_DEBUG=ON "${extra_cmake_opts}"
cmake --build build --target testlightgbm -j4 || exit 1
./testlightgbm || exit 1
exit 0
Expand Down

0 comments on commit 7690d8b

Please sign in to comment.