Skip to content

Commit cce794d

Browse files
committed
examples: rename cloud.rs -> cloud-openssl.rs
1 parent 42a03e3 commit cce794d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/serverless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check
3333
run: cargo check --verbose
3434
- name: Run cloud example
35-
run: cargo run --example cloud -- $HOME/.ccm/serverless/config_data.yaml
35+
run: cargo run --example cloud-openssl -- $HOME/.ccm/serverless/config_data.yaml
3636
- name: Run cloud tests
3737
run: CLOUD_CONFIG_PATH=$HOME/.ccm/serverless/config_data.yaml RUSTFLAGS="--cfg scylla_cloud_tests" RUST_LOG=trace cargo test --verbose
3838

examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ name = "query_history"
118118
path = "query_history.rs"
119119

120120
[[example]]
121-
name = "cloud"
122-
path = "cloud.rs"
121+
name = "cloud-openssl"
122+
path = "cloud-openssl.rs"
123123

124124
[[example]]
125125
name = "tls-openssl"
File renamed without changes.

0 commit comments

Comments
 (0)