Skip to content

rm unused gh workflows #5

rm unused gh workflows

rm unused gh workflows #5

Workflow file for this run

---
name: holyc
on: push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: \[build\] lib/c
run: make -C lib/c
- name: \[test\] lib/c
run: make -C lib/c test
- name: \[build\] lib/testing
run: make -C lib/c
- name: \[test\] lib/testing
run: make -C lib/testing test
- name: \[build\] holyc
run: make holyc
- name: \[test\] holyc
run: make test