mirror of
https://github.com/python/cpython.git
synced 2026-04-16 08:41:19 +00:00
gh-146197: Run -m test.pythoninfo on the Emscripten CI (#146332)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
0c83e8bed8
commit
a57209eb98
3 changed files with 14 additions and 1 deletions
2
.github/workflows/reusable-emscripten.yml
vendored
2
.github/workflows/reusable-emscripten.yml
vendored
|
|
@ -68,5 +68,7 @@ jobs:
|
|||
run: python3 Platforms/emscripten configure-host --host-runner node -- --config-cache
|
||||
- name: "Make host Python"
|
||||
run: python3 Platforms/emscripten make-host
|
||||
- name: "Display build info"
|
||||
run: python3 Platforms/emscripten run --pythoninfo
|
||||
- name: "Test"
|
||||
run: python3 Platforms/emscripten run --test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue