We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb91aa commit f9a87eaCopy full SHA for f9a87ea
Makefile
@@ -33,11 +33,10 @@ fmt/go:
33
fmt/md:
34
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/
+ go test -v -count=1 -tags=integration ./integration/
0 commit comments