Skip to content

Commit 7c38a70

Browse files
authored
[BLD]: fix typo so that test durations are reported properly (#4674)
## Description of changes Quote was in wrong position.
1 parent 771fd96 commit 7c38a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
156156
- uses: ./.github/actions/tilt
157157
- name: Test
158-
run: bin/cluster-test.sh bash -c 'python -m pytest "${{ matrix.test-globs }}"' --durations 10
158+
run: bin/cluster-test.sh bash -c 'python -m pytest "${{ matrix.test-globs }}" --durations 10'
159159
shell: bash
160160
env:
161161
PROPERTY_TESTING_PRESET: ${{ inputs.property_testing_preset }}

0 commit comments

Comments
 (0)