From ddafc5a717d1a9c3ed2651020bddffbb810846a2 Mon Sep 17 00:00:00 2001 From: LucianPy <59661554+LucianPy@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:29:49 +0300 Subject: [PATCH] Add livetest makefile command (#78) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 ./...