blob: ec42b6137473f1db35a82854265b24290e56ca4f [file] [log] [blame]
.PHONY: test
test: unit fuzz
.PHONY: unit
unit:
go test -v -covermode=count -coverprofile=profile.cov ./...
.PHONY: fuzz
fuzz:
go test -v -run=Fuzz -fuzz=FuzzShouldIgnore ./utils -fuzztime=10s
go test -v -run=Fuzz -fuzz=FuzzPackageCanGetVerificationCode ./utils -fuzztime=10s