Skip to content

Commit 9fad719

Browse files
committed
update
1 parent 8df11a2 commit 9fad719

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/anthropic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)