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