Commit a7f5683a authored by Tobias Munk's avatar Tobias Munk

enabled CLI tests

parent 2fbf01f3
......@@ -11,6 +11,6 @@ set -v
set +e
make TEST run-tests codecept_opts='unit,functional,acceptance -g mandatory --html=_report_mandatory.html' || EXIT_CODE=1
make TEST run-tests codecept_opts='unit,cli,functional,acceptance -g mandatory --html=_report_mandatory.html' || EXIT_CODE=1
exit ${EXIT_CODE}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment