Skip to content

Commit

Permalink
Add livetest makefile command (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucian-ioan committed Sep 26, 2022
1 parent c4a1c08 commit ddafc5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit ddafc5a

Please sign in to comment.