mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-02-21 14:12:13 +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
|