planckforth/.github/workflows/runtests-python.yaml

17 lines
320 B
YAML
Raw Normal View History

name: testing python
2021-01-11 14:26:10 +09:00
2021-12-06 21:02:31 +09:00
on:
pull_request:
branches:
- main
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
2021-01-11 14:26:10 +09:00
jobs:
runtests-python:
2021-01-11 16:39:26 +09:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: run tests
run: |
make python
2021-01-11 16:39:26 +09:00
./planck < bootstrap.fs runtests.fs