Skip to content

Commit

Permalink
remove deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
yariv-apiiro committed Apr 16, 2024
1 parent e2eaaa9 commit 90b0fc3
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 @@ -25,7 +25,7 @@ vet:
go vet

lint:
docker run --rm -v $(shell pwd):/app -w /app golangci/golangci-lint:latest-alpine golangci-lint run --deadline=65s
docker run --rm -v $(shell pwd):/app -w /app golangci/golangci-lint:latest-alpine golangci-lint run

test:
$(GOTEST) -v ./...
Expand Down

0 comments on commit 90b0fc3

Please sign in to comment.