Files
kubeshark/tap/extensions/http/Makefile
2022-02-07 23:47:49 +03:00

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