Skip to content

Commit

Permalink
feat: add mockery to test target in make
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Huck committed Oct 12, 2023
1 parent 7f4c091 commit 3a8def6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ vendor: ## Vendor dependencies
## Test

test: ## Run all tests
$(GO) install github.com/vektra/mockery/v2@v2.34.2
mockery
$(GOTEST) -race $(GOLIST)

coverage: ## Run tests with coverage and export it into 'profile.cov'. If 'COVERAGE_EXPORT' is true, 'COVERAGE_FILE' is written
Expand Down

0 comments on commit 3a8def6

Please sign in to comment.