chore(ci): remove unused SLIDING_SYNC_PROXY_URL env variable

This commit is contained in:
Benjamin Bouvier
2025-06-05 15:08:38 +02:00
committed by Damir Jelić
parent f5e0c6f004
commit 8c66e0ba2f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -375,7 +375,6 @@ jobs:
RUST_LOG: "info,matrix_sdk=trace"
HOMESERVER_URL: "http://localhost:8008"
HOMESERVER_DOMAIN: "synapse"
SLIDING_SYNC_PROXY_URL: "http://localhost:8118"
run: |
cargo nextest run -p matrix-sdk-integration-testing
-1
View File
@@ -78,7 +78,6 @@ jobs:
CARGO_PROFILE_COV_DEBUG: 1
HOMESERVER_URL: "http://localhost:8008"
HOMESERVER_DOMAIN: "synapse"
SLIDING_SYNC_PROXY_URL: "http://localhost:8118"
# Copied with minimal adjustments, source:
# https://github.com/google/mdbook-i18n-helpers/blob/2168b9cea1f4f76b55426591a9bcc308a620194f/.github/workflows/test.yml