Run tests on Windows too.

This commit is contained in:
Ehsan Nasiri 2019-10-18 13:49:59 -04:00
parent 2398b216af
commit d3f3f01c4f

View File

@ -43,14 +43,13 @@ bazel.exe build :all
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
echo "Build Completed %DATE% %TIME%" echo "Build Completed %DATE% %TIME%"
:: TODO: Currently the bazel tests fail due to issues resolving paths on Windows
:: ############## :: ##############
:: Run the tests :: Run the tests
:: ############## :: ##############
:: echo "Running Tests... %DATE% %TIME%" echo "Running Tests... %DATE% %TIME%"
:: bazel.exe test :all bazel.exe test :all
:: if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
:: echo "Tests Completed %DATE% %TIME%" echo "Tests Completed %DATE% %TIME%"
exit /b 0 exit /b 0