Skip to content

Commit

Permalink
Add pypy2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Apr 5, 2024
1 parent 915d521 commit 1ae4f34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ jobs:
run: |
cd "$GITHUB_WORKSPACE/snippets"
AHEUI="$GITHUB_WORKSPACE/rpaheui-c" ./test.sh --disable integer
AHEUI="$GITHUB_WORKSPACE/rpaheui-bigint-c" ./test.sh
AHEUI="$GITHUB_WORKSPACE/rpaheui-bigint-c" ./test.sh
- name: Install PyPy package dependencies
run: |
pypy -m pip install -e '.[tests]'
- name: Test with snippets
run: |
cd snippets && AHEUI='pypy ../rpaheui.py' ./test.sh --disable logo

0 comments on commit 1ae4f34

Please sign in to comment.