Add back groups for full test runs

This commit is contained in:
Daniel A. Wozniak 2024-12-21 14:30:42 -07:00 committed by Daniel Wozniak
parent 3d3aa30f45
commit 90e6d25762

View file

@ -319,7 +319,7 @@ jobs:
-e SALT_TRANSPORT=${{ matrix.transport }} \
-e LANG="en_US.UTF-8" \
${{ github.run_id}}_salt-test python3 -m nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }} -- \
--slow-tests --core-tests
--slow-tests --core-tests --test-group-count=${{ matrix.test-group-count || 1 }} --test-group=${{ matrix.test-group || 1 }}
- name: Fix file ownership
run: |