We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d416b65 commit 63f98bbCopy full SHA for 63f98bb
1 file changed
tests/difftests/README.md
@@ -41,7 +41,9 @@ Create a subdirectory under `tests/` with the test name. For example, `tests/foo
41
test named `foo`. In the test directory, create 2 or more Rust binary packages. Add the
42
packages to the top-level workspace `Cargo.toml` in the `tests/` directory. _Note that
43
this isn't the top-level workspace for the project._ The test binaries are in their own
44
-workspace rather than the main workspace.
+workspace rather than the main workspace in order to not pollute our root workspace and
45
+slow down cargo due to evaluating the potentially hundreds of cargo projects in
46
+difftests.
47
48
### Test Binary Example
49
0 commit comments