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