File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4641
4742jobs :
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 :
You can’t perform that action at this time.
0 commit comments