mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
gh-125669: Do not run -ugui tests by default on make test (#125730)
Adds `make ci` target for use in CI and keeping `make test` for the local development.
This commit is contained in:
parent
1064141967
commit
1f16df4bfe
6 changed files with 20 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -468,7 +468,7 @@ jobs:
|
|||
- name: Display build info
|
||||
run: make pythoninfo
|
||||
- name: Tests
|
||||
run: xvfb-run make test
|
||||
run: xvfb-run make ci
|
||||
|
||||
build_tsan:
|
||||
name: 'Thread sanitizer'
|
||||
|
|
|
|||
2
.github/workflows/reusable-macos.yml
vendored
2
.github/workflows/reusable-macos.yml
vendored
|
|
@ -69,4 +69,4 @@ jobs:
|
|||
--fail-on-improvement
|
||||
--path-prefix="./"
|
||||
- name: Tests
|
||||
run: make test
|
||||
run: make ci
|
||||
|
|
|
|||
2
.github/workflows/reusable-ubuntu.yml
vendored
2
.github/workflows/reusable-ubuntu.yml
vendored
|
|
@ -105,4 +105,4 @@ jobs:
|
|||
run: sudo mount "$CPYTHON_RO_SRCDIR" -oremount,rw
|
||||
- name: Tests
|
||||
working-directory: ${{ env.CPYTHON_BUILDDIR }}
|
||||
run: xvfb-run make test
|
||||
run: xvfb-run make ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue