mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 10:48:59 +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
|