Skip to content

Commit

Permalink
Unit Tests, race fix
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Kuritka <[email protected]>
  • Loading branch information
kuritka committed Jun 13, 2024
1 parent bef324f commit 337d9da
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 466 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ start-test-app:
# run tests
.PHONY: test
test:
$(call generate)
$(call crd-manifest)
# $(call generate)
# $(call crd-manifest)
@echo -e "\n$(YELLOW)Running the unit tests$(NC)"
go test ./... -coverprofile cover.out

Expand Down
Loading

0 comments on commit 337d9da

Please sign in to comment.