chroma icon indicating copy to clipboard operation
chroma copied to clipboard

[BLD]: Setup long running rust tests in release-chromadb gh actions workflow

Open sanketkedia opened this issue 6 months ago • 2 comments

Description of changes

Summarize the changes made by this PR.

  • Improvements & Bug fixes
    • Spann has rust tests that take longer than usual tests (4-5 mins). Running those on the pr checks workflow slows down dev time. I move those into the release-chromadb workflow
    • Also introduced a profile in nextest called ci_long_running that I tag these tests with. Any future tests of this nature can be tagged similarly and they would skip the pr checks workflow and run in the release-chromadb workflow
  • New functionality
    • ...

Test plan

How are these changes tested?

  • [x] Tests pass locally with pytest for python, yarn test for js, cargo test for rust

Documentation Changes

None

sanketkedia avatar Apr 25 '25 19:04 sanketkedia