Skip to content

Commit 2efb271

Browse files
committed
Fix test name.
1 parent 626d9ae commit 2efb271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Run unit tests and doctests.
5656
shell: bash -l {0}
57-
run: tox -e pytest -- -m "unit or (not integration and not end_to_end)" --cov=./ --cov-report=xml -n auto
57+
run: tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=./ --cov-report=xml -n auto
5858

5959
- name: Upload unit test coverage reports to Codecov with GitHub Action
6060
uses: codecov/codecov-action@v4
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Run end-to-end tests.
6565
shell: bash -l {0}
66-
run: tox -e pytest -- -m end_to_end --cov=./ --cov-report=xml -n auto
66+
run: tox -e test -- -m end_to_end --cov=./ --cov-report=xml -n auto
6767

6868
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
6969
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)