mirror of https://github.com/goccy/go-json.git
Ignore test directory from pkgs
This commit is contained in:
parent
ad4e03eeff
commit
f10809fec0
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
PKG := github.com/goccy/go-json
|
PKG := github.com/goccy/go-json
|
||||||
|
|
||||||
BIN_DIR := $(CURDIR)/bin
|
BIN_DIR := $(CURDIR)/bin
|
||||||
PKGS := $(shell go list ./... | grep -v internal/cmd)
|
PKGS := $(shell go list ./... | grep -v internal/cmd|grep -v test)
|
||||||
COVER_PKGS := $(foreach pkg,$(PKGS),$(subst $(PKG),.,$(pkg)))
|
COVER_PKGS := $(foreach pkg,$(PKGS),$(subst $(PKG),.,$(pkg)))
|
||||||
|
|
||||||
COMMA := ,
|
COMMA := ,
|
||||||
|
|
Loading…
Reference in New Issue