Skip to content

Commit

Permalink
Exclude test depfile crates
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored and emilio committed May 7, 2024
1 parent 96297e6 commit a5f865d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Expand Up @@ -50,3 +50,10 @@ required-features = ["clap"]
[lib]
name = "cbindgen"
path = "src/lib.rs"

[workspace]
exclude = [
"tests/depfile/single_crate",
"tests/depfile/single_crate_config",
"tests/depfile/single_crate_default_config"
]

0 comments on commit a5f865d

Please sign in to comment.