Skip to content

Update CI separate build target from test target for clarity. #3

Update CI separate build target from test target for clarity.

Update CI separate build target from test target for clarity. #3

Workflow file for this run

name: iocccsize CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make build
run: make CC=cc build
- name: make test
run: make test
- name: make distclean
run: make distclean