Skip to content

Commit a9e2dc8

Browse files
authored
Update unittest-macos.sh
1 parent 8286a6f commit a9e2dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/unittest-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ "$BUILD_TOOL" == "cmake" ]]; then
3535
.ci/scripts/unittest-macos-cmake.sh
3636
elif [[ "$BUILD_TOOL" == "buck2" ]]; then
3737
.ci/scripts/unittest-buck2.sh
38-
# .ci/scripts/unittest-macos-buck2.sh
38+
.ci/scripts/unittest-macos-buck2.sh
3939
else
4040
echo "Unknown build tool $BUILD_TOOL"
4141
exit 1

0 commit comments

Comments
 (0)