Skip to content

Commit 3607f59

Browse files
committed
Also run package tests with loadgroup
1 parent a381e3d commit 3607f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
OKTA_CLIENT_SECRET: ${{ secrets.OKTA_CLIENT_SECRET }}
312312
WCS_DUMMY_CI_PW: ${{ secrets.WCS_DUMMY_CI_PW }}
313313
OKTA_DUMMY_CI_PW: ${{ secrets.OKTA_DUMMY_CI_PW }}
314-
run: pytest -v -n auto integration
314+
run: pytest -v -n auto --dist loadgroup integration
315315
- name: Run integration tests without auth secrets (for forks)
316316
if: ${{ github.event.pull_request.head.repo.fork }}
317317
run: pytest -v -n auto integration

0 commit comments

Comments
 (0)