uv icon indicating copy to clipboard operation
uv copied to clipboard

Run `cargo dev` tests when generated Markdown files change

Open charliermarsh opened this issue 1 year ago • 3 comments

See: https://github.com/astral-sh/uv/pull/6344#issuecomment-2302489633. If you change just the generated file, we don't run tests.

charliermarsh avatar Aug 21 '24 16:08 charliermarsh

Oh.. tricky. We could just be more careful about not merging changes to generated files, but we can also run these tests separately.

zanieb avatar Aug 21 '24 16:08 zanieb

We could also include the reference files in the "changed files" list, it should be harmless (but tedious to maintain).

charliermarsh avatar Aug 21 '24 16:08 charliermarsh

True, not many reference files.

zanieb avatar Aug 21 '24 16:08 zanieb