Skip to content

Run tests in CI

Run tests in CI #1

Workflow file for this run

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