Skip to content

Commit 3bc9362

Browse files
committed
ci: remove SSL workflow and dockerfiles related to it
I also added a clippy check with "ssl" feature enabled to the rust.yml workflow. Originally, the check was done in tls.yml (which is now removed).
1 parent bc94af6 commit 3bc9362

File tree

5 files changed

+2
-701
lines changed

5 files changed

+2
-701
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "full-serialization"
4848
- name: Cargo check with all features
4949
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --all-features
50+
- name: Cargo check with ssl feature
51+
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "ssl"
5052
- name: Cargo check with secrecy-08 feature
5153
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "secrecy-08"
5254
- name: Cargo check with chrono-04 feature

.github/workflows/tls.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

test/tls/Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/tls/docker-compose-tls.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)