Skip to content

Commit 2d6e57e

Browse files
committed
remove openssl integrity test, we can't ensure it
Simplifies CI
1 parent 92c7d78 commit 2d6e57e

File tree

4 files changed

+0
-216
lines changed

4 files changed

+0
-216
lines changed

Cargo.lock

Lines changed: 0 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ cc = "1.0"
138138
chrono = "0.4.33"
139139
filetime = "0.2"
140140
itertools = "0.12"
141-
openssl = { version = "=0.10.64", features = ["vendored"] }
142141
predicates = "=3.1.0"
143142
serial_test = "3.1"
144143
temp-env = "0.3.6"

src/dist/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ pub mod client_auth;
3535
#[cfg(any(feature = "dist-client", feature = "dist-server"))]
3636
pub mod http;
3737

38-
#[cfg(test)]
39-
mod test;
40-
4138
#[cfg(any(feature = "dist-client", feature = "dist-server"))]
4239
pub use crate::dist::cache::TcCache;
4340

src/dist/test.rs

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

0 commit comments

Comments
 (0)