diff --git a/Makefile b/Makefile index 3076a50..909d9f7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ wonderwall: go build -trimpath -ldflags "-s -w" -a -o bin/wonderwall cmd/wonderwall/main.go test: - go test -count=1 -race -shuffle=on ./... -coverprofile cover.out + go test -count=1 -shuffle=on ./... -coverprofile cover.out check: go run honnef.co/go/tools/cmd/staticcheck ./...