Skip to content

Commit

Permalink
build: -short test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 10, 2024
1 parent 9f42ac8 commit a8638e5
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 @@ -5,7 +5,7 @@ setup:
.PHONY: check
check:
ifeq ($(OS),Windows_NT)
go test ./...
go test ./... -short
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 a8638e5

Please sign in to comment.