Skip to content

Now with working tests #229

Now with working tests

Now with working tests #229

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make minimal
- name: Run tests
run: make test