You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# task can be: feat, chore, refactor, or research.
Task Description
The 'make' command doesn't build heureka OOTB because 'mockery' cannot be found.
As of now, 'mockery' is installed as a side effect of 'go generate'.
The desired outcome of this task is that 'make' works OOTB and 'mockery' as well as other dependencies are installed explicitly in their own make goal.
Acceptance Criteria:
'make' runs and builds everything OOTB.
Expected Test:
Execute 'make' on a clean system.
The text was updated successfully, but these errors were encountered:
# task can be: feat, chore, refactor, or research.
Task Description
The 'make' command doesn't build heureka OOTB because 'mockery' cannot be found.
As of now, 'mockery' is installed as a side effect of 'go generate'.
The desired outcome of this task is that 'make' works OOTB and 'mockery' as well as other dependencies are installed explicitly in their own make goal.
Acceptance Criteria:
'make' runs and builds everything OOTB.
Expected Test:
Execute 'make' on a clean system.
The text was updated successfully, but these errors were encountered: