Skip to content

update readme with link to arxiv paper #80

update readme with link to arxiv paper

update readme with link to arxiv paper #80

Workflow file for this run

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