Skip to content

Commit 6862e15

Browse files
Apply suggestions from code review
Co-authored-by: Dean Sheather <[email protected]> Signed-off-by: Cian Johnston <[email protected]>
1 parent 3607493 commit 6862e15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ fmt/go:
3333
fmt/md:
3434
go run github.com/Kunde21/markdownfmt/v3/cmd/[email protected] -w ./README.md
3535

36-
3736
.PHONY: test
3837
test:
3938
go test -v -count=1 ./...
4039

4140
.PHONY: test-integration
4241
test-integration:
43-
go test -v -count=1 -tags=integration ./integration/
42+
go test -v -count=1 -tags=integration ./integration/

0 commit comments

Comments
 (0)