diff options
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index fc4e1f5..0d0be99 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -9,9 +9,6 @@ if errorlevel 1 exit 1 fpm run if errorlevel 1 exit 1 -fpm run --args build -if errorlevel 1 exit 1 - .\fpm if errorlevel 1 exit 1 |