Skip to content

Commit cc83a15

Browse files
committed
chore(Makefile): add test and test-integration targets
Signed-off-by: Cian Johnston <cian@coder.com>
1 parent 6607956 commit cc83a15

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/markdownfmt@v3.1.0 -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)