File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ MAKES-CLEAN := $(CLI-BINARY)
3030MAKES-REALCLEAN := $(dir $(YTS-DIR ) )
3131
3232# Setup and include go.mk and shell.mk:
33- GO-FILES := $(shell find -not \( -path ./.cache -prune \) -name '*.go' | sort)
3433GO-CMDS-SKIP := test fmt vet
3534ifndef GO-VERSION-NEEDED
3635GO-NO-DEP-GO := true
@@ -78,8 +77,6 @@ test: test-unit test-cli test-yts-all
7877test-unit : $(GO-DEPS )
7978 go test$(if $v, -v)
8079
81- test-data : $(YTS-DIR )
82-
8380test-yts : $(GO-DEPS ) $(YTS-DIR )
8481 go test$(if $v, -v) ./yts -count=$(count )
8582
@@ -94,6 +91,8 @@ test-yts-fail: $(GO-DEPS) $(YTS-DIR)
9491test-cli : $(GO-DEPS ) cli
9592 go test$(if $v, -v) ./cmd/go-yaml -count=$(count )
9693
94+ get-test-data : $(YTS-DIR )
95+
9796# Install golangci-lint for GitHub Actions:
9897golangci-lint-install : $(GOLANGCI-LINT )
9998
You can’t perform that action at this time.
0 commit comments