Skip to content

Commit

Permalink
added test target
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Jun 13, 2024
1 parent b0b7885 commit 197d33b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ lint: golangci-lint ## Run golangci-lint.
clean: ## Runs go clean
go clean -i

test: ## Test the project
go test ./... -coverprofile cover.out

##@ Docker

IMG ?= ghcr.io/external-secrets/bitwarden-sdk-server
Expand Down

0 comments on commit 197d33b

Please sign in to comment.