mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-30 06:52:34 +00:00
2 lines
109 B
Makefile
2 lines
109 B
Makefile
test: ## Run shared tests.
|
|
@go test ./... -coverpkg=./... -race -coverprofile=coverage.out -covermode=atomic
|