Thanks to visit codestin.com Credit goes to github.com
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 3607493 commit 6862e15Copy full SHA for 6862e15
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