Update Makefile
Co-authored-by: James Hewitt <james.hewitt@gmail.com> Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
parent
797b1e3927
commit
6b0c391865
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -144,7 +144,7 @@ run-s3-tests: ## run S3 storage driver integration tests
|
|||
S3_ENCRYPT=false \
|
||||
REGION_ENDPOINT=http://127.0.0.1:9000 \
|
||||
S3_SECURE=false \
|
||||
go test -v -count=1 ./registry/storage/driver/s3-aws/...
|
||||
go test ${TESTFLAGS} -count=1 ./registry/storage/driver/s3-aws/...
|
||||
|
||||
##@ Validate
|
||||
|
||||
|
|
Loading…
Reference in a new issue