Skip to content

Commit

Permalink
Merge pull request #178 from adamdecaf/enable-windows-tests
Browse files Browse the repository at this point in the history
build: enable tests on windows
  • Loading branch information
adamdecaf authored Dec 21, 2023
2 parents f790a9c + 3d944cd commit ca7efaf
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 @@ -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
Expand Down

0 comments on commit ca7efaf

Please sign in to comment.