mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 07:38:21 +02:00
Add pypy unit tests to cover code
* add tests * Update test-pypy.yml * Update test-python.yml * Update test-python.yml * Update README.md * fixing tests * change order Co-authored-by: Maxim Lobanov <v-malob@microsoft.com>
This commit is contained in:
parent
fed9c7c1fc
commit
e6c917a949
10 changed files with 1063 additions and 84 deletions
4
.github/workflows/test-pypy.yml
vendored
4
.github/workflows/test-pypy.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
paths-ignore:
|
||||
- '**.md'
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
- cron: 30 3 * * *
|
||||
|
||||
jobs:
|
||||
setup-pypy:
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
|||
run: python --version
|
||||
|
||||
- name: Run simple code
|
||||
run: python -c 'import math; print(math.factorial(5))'
|
||||
run: python -c 'import math; print(math.factorial(5))'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue