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

17 lines
305 B
YAML
Raw Normal View History

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