diff --git a/Makefile b/Makefile index a88e316..050bf2a 100644 --- a/Makefile +++ b/Makefile @@ -16,3 +16,8 @@ licenser: test: go test -v ./... + +livetest: + rm -f ./internal/changelog/testdata/fixtures/* + rm -f ./internal/github/testdata/fixtures/* + go test -v ./...