Skip to content

And yet again another rewrite #18

And yet again another rewrite

And yet again another rewrite #18

Workflow file for this run

name: ubuntu
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make -j2 test
run: make -j2 test