Skip to content

Commit

Permalink
Re-add tests to the crates.io tarball
Browse files Browse the repository at this point in the history
Without them, `cargo publish` failed when verifying `Cargo.toml`.
  • Loading branch information
jplatte committed Feb 11, 2021
1 parent c9f033d commit 67adcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable.
"""
categories = ["development-tools::debugging"]
keywords = ["logging", "log", "logger"]
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
include = ["src/**/*", "tests", "LICENSE-*", "README.md", "CHANGELOG.md"]

[workspace]
members = [
Expand Down

0 comments on commit 67adcba

Please sign in to comment.