Skip to content

CI: Compatibility Testing #62

CI: Compatibility Testing

CI: Compatibility Testing #62

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- "**.md"
- LICENCE
branches:
- master
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Tests
run: make test