Skip to content

Fix failing test

Fix failing test #24

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- run: make setup
- run: make test