Skip to content

Add workflow for running tests #1

Add workflow for running tests

Add workflow for running tests #1

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Tests
run: make test