Skip to content

Commit

Permalink
Use parallel flag for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 19, 2021
1 parent 039df3f commit 314feb5
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 @@ -223,7 +223,7 @@ vet:
test:
@echo "-> Running go test"
@go clean -testcache
@CGO_ENABLED=1 go test -v -race -cover -coverprofile=coverage.out -covermode=atomic ./...
@CGO_ENABLED=1 go test -v -race -cover -coverprofile=coverage.out -covermode=atomic -parallel=1 ./...

test-integration:
@echo 'mode: atomic' > coverage.out
Expand Down

0 comments on commit 314feb5

Please sign in to comment.