Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Dec 18, 2023
1 parent 01e7429 commit 082d86d
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .github/workflows/holyc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v2

- name: \[build\] lib/c
run: make -C lib/c
- name: lib/c
run: |
make -C lib/c test
- 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
- name: holyc
run: |
make

0 comments on commit 082d86d

Please sign in to comment.