Skip to content

Commit 2dacfcd

Browse files
committed
Run entry tests first
1 parent 57cfa63 commit 2dacfcd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@ jobs:
241241
run: |
242242
tox -e pretest
243243
244+
- name: "Test API test_entry"
245+
uses: nick-fields/retry@v3
246+
with:
247+
timeout_minutes: 10
248+
max_attempts: 2
249+
shell: bash
250+
command: |
251+
tox -e test-api_entry,kill-servers ${{ steps.tox-cli-arguments.outputs.TOX_EXTRA_ARG }}
252+
244253
- name: "Run compatible tests in parallel"
245254
uses: nick-fields/retry@v3
246255
with:

0 commit comments

Comments
 (0)