Improve S3 debugging

This commit is contained in:
Leonid Bugaev
2020-06-06 17:07:51 +03:00
parent fa56e7644c
commit ab2ba8400d
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ test_all:
$(RUN) go test ./... -timeout 120s $(LDFLAGS) $(ARGS) -v
testone:
$(RUN) go test ./... -timeout 4s $(LDFLAGS) -run $(TEST) $(ARGS) -v
$(RUN) go test ./. -timeout 60s $(LDFLAGS) -run $(TEST) $(ARGS) -v
cover:
$(RUN) go test $(ARGS) -race -v -timeout 15s -coverprofile=coverage.out