Skip to content

Commit f9a87ea

Browse files
Apply suggestions from code review
Co-authored-by: Dean Sheather <dean@deansheather.com> Signed-off-by: Cian Johnston <cian@coder.com>
1 parent adb91aa commit f9a87ea

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