Skip to content

Commit b39fa4a

Browse files
committed
chore(Makefile): add test and test-integration targets
Signed-off-by: Cian Johnston <[email protected]>
1 parent f5ecbbe commit b39fa4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,12 @@ fmt/go:
3232
.PHONY: fmt/md
3333
fmt/md:
3434
go run github.com/Kunde21/markdownfmt/v3/cmd/[email protected] -w ./README.md
35+
36+
37+
.PHONY: test
38+
test:
39+
go test -v -count=1 ./...
40+
41+
.PHONY: test-integration
42+
test-integration:
43+
go test -v -count=1 -tags=integration ./integration/

0 commit comments

Comments
 (0)