From aca545e0cf72b8d0796ef49a276a9ff0be8506ec Mon Sep 17 00:00:00 2001 From: Moses Narrow Date: Mon, 25 Dec 2023 10:45:29 -0600 Subject: [PATCH] exclude testing certain files on windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ace5669e0..884d79312 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ test: ## Run tests test-windows: ## Run tests on windows @go clean -testcache - ${OPTS} go test ${TEST_OPTS} ./internal/... ./pkg/... ./cmd/... + ${OPTS} go test ${TEST_OPTS} ./internal/... ./pkg/... ./cmd/skywire-cli... ./cmd/skywire-visor... install-linters: ## Install linters - VERSION=latest ./ci_scripts/install-golangci-lint.sh