summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.9.6/Makefile
blob: 45281a65a856e29a54a4925b41e637c2d95b992b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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