Skip to content

Merge branch 'trunk' of github.com:robertdfrench/ifuncd-up into trunk #2

Merge branch 'trunk' of github.com:robertdfrench/ifuncd-up into trunk

Merge branch 'trunk' of github.com:robertdfrench/ifuncd-up into trunk #2

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make test