diff --git a/makefile b/makefile index 15fdefee..28e29c45 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ build-webui: .PHONY: check check: ifeq ($(OS),Windows_NT) - @echo "Skipping checks on Windows, currently unsupported." + go test ./... else @wget -O lint-project.sh https://raw.githubusercontent.com/moov-io/infra/master/go/lint-project.sh @chmod +x ./lint-project.sh