No reason to run the test suite twice.

This commit is contained in:
Marcus Edel
2020-07-13 22:05:18 +02:00
parent e325708379
commit 433c2011cf
-7
View File
@@ -90,13 +90,6 @@ steps:
cp $(Agent.ToolsDirectory)\OpenBLAS.0.2.14.1\lib\native\bin\x64\*.* build\Release\
displayName: 'Configure mlpack'
# Run tests
- bash: |
cd build
ls
Release/mlpack_test.exe --result_code=no --report_level=detailed --log_level=test_suite --log_format=HRF --log_sink=res.txt
displayName: 'Run tests'
# Run tests via ctest.
- bash: |
cd build