Enable sanity tests for internal IDP (#13457)

Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Aditya Manthramurthy
2021-10-18 09:31:55 -07:00
committed by GitHub
parent c2eb60df4a
commit 25b5904b84

View File

@@ -20,6 +20,7 @@ export SECRET_KEY="minio123"
export ENABLE_HTTPS=0
export GO111MODULE=on
export GOGC=25
export ENABLE_ADMIN=1
MINIO_CONFIG_DIR="$WORK_DIR/.minio"
MINIO=( "$PWD/minio" --config-dir "$MINIO_CONFIG_DIR" )