Skip to content

Commit

Permalink
Feature/ci improvement (#9)
Browse files Browse the repository at this point in the history
* adding improvement for ci

Signed-off-by: Martin Coetzee <[email protected]>
  • Loading branch information
dabump authored Apr 26, 2024
1 parent f9f8535 commit 5cbaf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker: ## Build docker container & start
@${DOCKER_BIN} build -t sonnenbatterie/daemon . && \
${DOCKER_BIN} run -d --restart=always -p 8881:8881 --name sonnenbatterie-daemon sonnenbatterie/daemon

generate: ## Generate mocks
generate-mocks: ## Generate mocks
@go generate ./...

cover: ## Run test coverage suite
Expand Down

0 comments on commit 5cbaf87

Please sign in to comment.