diff options
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 8f99a2c..e8a37e6 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -6,6 +6,7 @@ cd fpm fpm build fpm run fpm run --args build +./fpm cd ../test/example_packages/hello_world ../../../fpm/fpm build ./hello_world |