Skip to content

Commit

Permalink
ci: debug test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Aug 16, 2024
1 parent c8d8e73 commit c7f8cac
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 @@ -25,7 +25,7 @@ tests: ## Run tests

tests-coverage: ## Start Go Test with code coverage
@echo "Running Go Tests with code coverage"
go test -race -shuffle on -cover -coverprofile=coverage.out -covermode=atomic ./...
go test -v -race -shuffle on -cover -coverprofile=coverage.out -covermode=atomic ./...

view-coverage: ## View the code coverage
@echo "Viewing the code coverage"
Expand Down

0 comments on commit c7f8cac

Please sign in to comment.