File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,20 +57,20 @@ jobs:
5757 run : hatch run fmt-check && hatch run lint:typing
5858
5959 - name : Run tests
60- run : hatch run cov-retry
60+ run : hatch run test: cov-retry
6161
6262 - name : Run unit tests with lowest direct dependencies
6363 run : |
6464 hatch run uv pip compile pyproject.toml --resolution lowest-direct --output-file requirements_lowest_direct.txt
6565 hatch run uv pip install -r requirements_lowest_direct.txt
66- hatch run test -m "not integration"
66+ hatch run test:unit
6767
6868 - name : Nightly - run unit tests with Haystack main branch
6969 if : github.event_name == 'schedule'
7070 run : |
7171 hatch env prune
7272 hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
73- hatch run cov-retry -m "not integration"
73+ hatch run test:unit
7474
7575 - name : Send event to Datadog for nightly failures
7676 if : failure() && github.event_name == 'schedule'
You can’t perform that action at this time.
0 commit comments