mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-01-29 21:39:41 +00:00
3 lines
93 B
Makefile
3 lines
93 B
Makefile
test: ## Run agent tests.
|
|
@go test ./... -race -coverprofile=coverage.out -covermode=atomic
|