Switch to go modules (#13)
This commit is contained in:
parent
4995b00f57
commit
577f229ef7
8 changed files with 141 additions and 532 deletions
test
|
@ -5,6 +5,4 @@ export MINIO_SECRET_KEY=DSG643HGDS
|
|||
mkdir -p /tmp/minio
|
||||
minio server --quiet /tmp/minio &>/dev/null &
|
||||
sleep 5
|
||||
cd $GOPATH/src/github.com/ctrox/csi-s3
|
||||
if [ ! -d ./vendor ]; then dep ensure -vendor-only; fi
|
||||
go test github.com/ctrox/csi-s3/pkg/s3 -cover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue