Skip to content

Commit

Permalink
exclude testing certain files on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Dec 25, 2023
1 parent c5cecc0 commit aca545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aca545e

Please sign in to comment.