Skip to content

Commit

Permalink
Remove tests from the Cargo.toml
Browse files Browse the repository at this point in the history
As they break `cargo publish` apparently.
  • Loading branch information
daniel-abramov committed Nov 28, 2022
1 parent c179747 commit fb27c81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,3 @@ required-features = ["handshake"]
[[example]]
name = "interval-server"
required-features = ["handshake"]

[[test]]
name = "handshakes"
required-features = ["handshake"]

[[test]]
name = "communication"
required-features = ["handshake"]

0 comments on commit fb27c81

Please sign in to comment.