Skip to content

Commit 81860b3

Browse files
committed
Exclude generated test crates from parent workspace
1 parent c73be6f commit 81860b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/subcommand/tester.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ name = "{test_name}"
8383
version = "0.0.0"
8484
edition = "2018"
8585
86+
[workspace] # exclude this crate from parent workspaces
87+
8688
[[bin]]
8789
name = "{test_name}"
8890
path = "{test_path}"

0 commit comments

Comments
 (0)