Skip to content

Commit 3a943a6

Browse files
author
anna-charlotte
committed
chore: remove benchmark tests from general tests
Signed-off-by: anna-charlotte <[email protected]>
1 parent f1fa18d commit 3a943a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Test
118118
id: test
119119
run: |
120-
poetry run pytest -m "not tensorflow" ${{ matrix.test-path }}
120+
poetry run pytest -m "not tensorflow" -m "not benchmark" ${{ matrix.test-path }}
121121
timeout-minutes: 30
122122
# env:
123123
# JINA_AUTH_TOKEN: "${{ secrets.JINA_AUTH_TOKEN }}"
@@ -162,7 +162,7 @@ jobs:
162162
- name: Test
163163
id: test
164164
run: |
165-
poetry run pytest -m "not tensorflow" ${{ matrix.test-path }}
165+
poetry run pytest -m "not tensorflow" -m "not benchmark" ${{ matrix.test-path }}
166166
timeout-minutes: 30
167167

168168

0 commit comments

Comments
 (0)