8000 GH-110793: add GitHub Actions job that runs tests after installing by FFY00 · Pull Request #110794 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-110793: add GitHub Actions job that runs tests after installing #110794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
don't cd into the builddir when running the tests
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Oct 13, 2023
commit 0775658db7a26eedf2b1ce51836abe17e0dcd26e
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ jobs:
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: sudo make install
- name: Tests
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: xvfb-run /usr/local/bin/python3 -m test

build_ubuntu_ssltests:
Expand Down
0