We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc94af6 commit 3bc9362Copy full SHA for 3bc9362
.github/workflows/rust.yml
@@ -47,6 +47,8 @@ jobs:
47
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "full-serialization"
48
- name: Cargo check with all features
49
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"
52
- name: Cargo check with secrecy-08 feature
53
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "secrecy-08"
54
- name: Cargo check with chrono-04 feature
.github/workflows/tls.yml
test/tls/Dockerfile
test/tls/docker-compose-tls.yml
0 commit comments