====== Makefile Macros ====== All macros can be found in the [[https://github.com/zachary-walters/cultivate-finance/blob/main/build/Makefile|makefile itself]] ===== test ===== This macro runs all of the tests make test ===== coverage ===== This macro uses go's test coverage tool to generate and open an html page that displays test coverage. make coverage ===== up_build ===== This macro builds all of the binaries, then builds the docker containers, and then deploys them locally using docker-compose make up_build ===== docker_push ===== This macro builds all docker containers, and then pushes the containers to [[https://hub.docker.com/?search=cultivate-finance|dockerhub]] make docker_push ===== k_deploy ===== This macro deploys to kubernetes make k_deploy