Skip to content

Commit 32d6ed8

Browse files
committed
Update readme
1 parent ebf880a commit 32d6ed8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ release = true # (to be only used for official posts about Rust releases announc
6060

6161
If you're making changes to how the site is generated, you may want to check the impact your changes have on the output.
6262
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.
63+
64+
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:
6566

6667
- Make sure you have [cargo-insta](https://insta.rs/docs/quickstart/) installed.
6768

0 commit comments

Comments
 (0)