Skip to content

Test GitHub issues

Test GitHub issues #72

Workflow file for this run

name: Makefile CI - Test
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
run: git checkout HEAD^
- name: Test
run: make test