mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Improve github workflow definition for runtests
This commit is contained in:
parent
69d1d39754
commit
23b4db0ea2
3 changed files with 0 additions and 25 deletions
13
.github/workflows/i386-linux-handwritten.yml
vendored
13
.github/workflows/i386-linux-handwritten.yml
vendored
|
@ -1,13 +0,0 @@
|
|||
name: i386-linux-handwritten
|
||||
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: run tests
|
||||
run: |
|
||||
make
|
||||
./planck < bootstrap.fs runtests.fs
|
||||
|
12
.github/workflows/python.yaml
vendored
12
.github/workflows/python.yaml
vendored
|
@ -1,12 +0,0 @@
|
|||
name: python
|
||||
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: run tests
|
||||
run: |
|
||||
make python
|
||||
./planck < bootstrap.fs runtests.fs
|
Loading…
Reference in a new issue