mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-18 16:05:37 +00:00
4 lines
94 B
Makefile
4 lines
94 B
Makefile
test: ## Run acceptance tests.
|
|
@npm install cypress@10.0.1 -y
|
|
@go test ./... -timeout 1h -v
|