From ee33241b3e8720f7bfdcc865e1d9668b5c779d96 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Fri, 30 Jun 2023 10:36:34 -0500 Subject: [PATCH] build: run Go tests on Windows --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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