Skip to content

Update and rename c.yml to test.yml #1

Update and rename c.yml to test.yml

Update and rename c.yml to test.yml #1

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 CC=cc test
run: make test
- name: make distclean
run: make distclean