Skip to content

79 add process test to check for new integration test for each branch #64

79 add process test to check for new integration test for each branch

79 add process test to check for new integration test for each branch #64

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
- name: Test
run: make test