mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-06 23:22:07 +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
|