Skip to content

Commit

Permalink
remove -v from make test
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Sep 20, 2024
1 parent 10264b0 commit 3ccbc25
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 @@ -49,7 +49,7 @@ clean:
rm bin/eigenda-proxy

test:
go test -v ./... -parallel 4
go test ./... -parallel 4

e2e-test: stop-minio stop-redis run-minio run-redis
$(E2ETEST) && \
Expand Down

0 comments on commit 3ccbc25

Please sign in to comment.