Skip to content

test: adjust

test: adjust #27

Workflow file for this run

on: [push, pull_request]
name: build
jobs:
haskell:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: stack build
- run: stack test