Skip to content

Commit 3eb814b

Browse files
committed
Drop reusable-ubuntu:inputs.test, no longer needed
1 parent 5be0ae7 commit 3eb814b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ on:
2222
description: OS to run the job
2323
required: true
2424
type: string
25-
test:
26-
description: Whether to run the Python test suite
27-
required: false
28-
type: boolean
29-
default: true
3025
test-opts:
3126
description: Extra options to pass to the test runner via TESTOPTS
3227
required: false
@@ -46,7 +41,7 @@ env:
4641

4742
jobs:
4843
build-ubuntu-reusable:
49-
name: build ${{ fromJSON(inputs.test) && 'and test ' || '' }}(${{ inputs.os }})
44+
name: build and test (${{ inputs.os }})
5045
runs-on: ${{ inputs.os }}
5146
timeout-minutes: 60
5247
env:
@@ -132,7 +127,6 @@ jobs:
132127
# some tests write to srcdir, lack of pyc files slows down testing
133128
run: sudo mount "$CPYTHON_RO_SRCDIR" -oremount,rw
134129
- name: Tests
135-
if: inputs.test
136130
working-directory: ${{ env.CPYTHON_BUILDDIR }}
137131
run: xvfb-run make ci EXTRATESTOPTS="${TEST_OPTS}"
138132
env:

0 commit comments

Comments
 (0)