add SSL_CERT_FILE support, add into tests (#18)
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user