mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-18 20:49:06 +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
|