Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Sep 3, 2023
1 parent 1e61e8e commit 95a6e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ build:

.PHONY: vet
vet:
docker run --rm -v $(CURDIR):/app -w /app golangci/golangci-lint:latest golangci-lint run -v --timeout 180
docker run --rm -v $(CURDIR):/app -w /app golangci/golangci-lint:latest golangci-lint run -v

.PHONY: test
test:
go test ./... -timeout=180s -coverprofile=c.out -covermode=atomic -count=1 -race -v
go test ./... -timeout=5m -coverprofile=c.out -covermode=atomic -count=1 -race -v

0 comments on commit 95a6e60

Please sign in to comment.