mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-01-19 08:16:33 +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
|