Skip to content

OK, it did something now #280

OK, it did something now

OK, it did something now #280

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make
- run: make test