kubeshark/agent/Makefile
2021-08-15 14:22:49 +03:00

3 lines
109 B
Makefile

test: ## Run agent tests.
@go test ./... -coverpkg=./... -race -coverprofile=coverage.out -covermode=atomic