add SSL_CERT_FILE support, add into tests (#18)

This commit is contained in:
Harshavardhana
2022-08-24 20:02:23 -07:00
committed by GitHub
parent b62b39e7c9
commit f88c9dd919
8 changed files with 58 additions and 30 deletions

View File

@@ -23,8 +23,10 @@ jobs:
- name: Run tests
run: |
./start-server.sh
./tests/start-server.sh
export SERVER_ENDPOINT=localhost:9000
export ACCESS_KEY=minioadmin
export SECRET_KEY=minioadmin
export ENABLE_HTTPS=1
export SSL_CERT_FILE=./tests/public.crt
cargo test --verbose -- --nocapture