Skip to content

Commit

Permalink
test with pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel committed Nov 2, 2024
1 parent ab189bd commit 8749052
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

test-pypy3:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v4
- name: Set up Python pypy3
uses: actions/setup-python@v5
with:
python-version: "pypy-3.9"
- name: Install packages
run: pip install tox
- name: Run Tox
run: tox $TOX_OPTIONS -e pypy3

0 comments on commit 8749052

Please sign in to comment.