Skip to content

Commit

Permalink
Exclude all test crates
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored and emilio committed May 14, 2024
1 parent a5f865d commit 27fa895
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,33 @@ path = "src/lib.rs"

[workspace]
exclude = [
"tests/depfile/single_crate",
"tests/depfile/single_crate_config",
"tests/depfile/single_crate_default_config"
"tests/depfile/single_crate_default_config",
"tests/depfile/single_crate",
"tests/rust/bitfield",
"tests/rust/dep_v2",
"tests/rust/dep_v2/dep",
"tests/rust/derive_eq",
"tests/rust/expand_default_features",
"tests/rust/expand_dep_v2",
"tests/rust/expand_dep_v2/dep_v2",
"tests/rust/expand_dep_v2/dep",
"tests/rust/expand_dep",
"tests/rust/expand_dep/dep",
"tests/rust/expand_features",
"tests/rust/expand_no_default_features",
"tests/rust/expand",
"tests/rust/external_workspace_child",
"tests/rust/literal_target",
"tests/rust/mod_2015",
"tests/rust/mod_2018",
"tests/rust/mod_attr",
"tests/rust/mod_path",
"tests/rust/package_version",
"tests/rust/rename_crate",
"tests/rust/rename_crate/dependency",
"tests/rust/rename_crate/no_extern",
"tests/rust/rename_crate/old_dep",
"tests/rust/workspace",
"tests/rust/workspace/dep",
]

0 comments on commit 27fa895

Please sign in to comment.