Skip to content

Add CI for MicroHs

Add CI for MicroHs #11

Workflow file for this run

name: MicroHs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sol/setup-MicroHs@nightly
- run: hspec-discover test/Spec.hs test/Spec.hs test/Spec.hs
- run: mcabal -r test