We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf880a commit 32d6ed8Copy full SHA for 32d6ed8
README.md
@@ -60,8 +60,9 @@ release = true # (to be only used for official posts about Rust releases announc
60
61
If you're making changes to how the site is generated, you may want to check the impact your changes have on the output.
62
For this purpose, there is a setup to do snapshot testing over the entire output directory.
63
-It's not run in CI, because the number of snapshots is too large.
64
-But you can run these tests locally as needed.
+
+To run these tests in CI, add the string `RUN_SNAPSHOT_TESTS` to the PR description.
65
+You can also run these tests locally for a faster feedback cycle:
66
67
- Make sure you have [cargo-insta](https://insta.rs/docs/quickstart/) installed.
68
0 commit comments