summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.9.6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies/pkg/mod/github.com/goccy/go-yaml@v1.9.6/Makefile')
-rw-r--r--dependencies/pkg/mod/github.com/goccy/go-yaml@v1.9.6/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.9.6/Makefile b/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.9.6/Makefile
new file mode 100644
index 0000000..45281a6
--- /dev/null
+++ b/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.9.6/Makefile
@@ -0,0 +1,15 @@
+.PHONY: test
+test:
+ go test -v -race ./...
+
+.PHONY: cover
+cover:
+ go test -coverprofile=cover.out ./...
+
+.PHONY: cover-html
+cover-html: cover
+ go tool cover -html=cover.out
+
+.PHONY: ycat/build
+ycat/build:
+ go build -o ycat ./cmd/ycat