mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-10 09:00:15 +00:00
9 lines
262 B
Makefile
9 lines
262 B
Makefile
test: test-pull
|
|
@MIZU_TEST=1 go test -v ./... -coverpkg=./... -coverprofile=coverage.out -covermode=atomic
|
|
|
|
test-update: test-pull
|
|
@MIZU_TEST=1 TEST_UPDATE=1 go test -v ./... -coverpkg=./... -coverprofile=coverage.out -covermode=atomic
|
|
|
|
test-pull:
|
|
@./pull.sh
|