Skip to content

Commit 23c4825

Browse files
committed
remove AppVeyor commands
1 parent 87855e9 commit 23c4825

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ BUILD_OPTS?=-mod=vendor "-ldflags=$(BUILDINFO)"
5050
BUILD_OPTS_DEPLOY?=-mod=vendor "-ldflags=$(BUILDINFO) -w -s"
5151

5252
check: lint test ## Run linters and tests
53-
check-windows-appveyor: lint-windows-appveyor test ## Run linters and tests
5453

5554
check-windows: lint test-windows ## Run linters and tests on windows
5655

@@ -63,11 +62,6 @@ lint: ## Run linters. Use make install-linters first
6362
# The govet version in golangci-lint is out of date and has spurious warnings, run it separately
6463
${OPTS} go vet -all ./...
6564

66-
lint-windows-appveyor: ## Run linters on appveyor only (windows)
67-
C:\Users\appveyor\go\bin\golangci-lint run -c .golangci.yml ./...
68-
# The govet version in golangci-lint is out of date and has spurious warnings, run it separately
69-
${OPTS} go vet -all ./...
70-
7165
vendorcheck: ## Run vendorcheck
7266
GO111MODULE=off vendorcheck ./...
7367

0 commit comments

Comments
 (0)