Skip to content

refactor: get rid of hacky datatype_fn in synth_ty #15

refactor: get rid of hacky datatype_fn in synth_ty

refactor: get rid of hacky datatype_fn in synth_ty #15

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install mlton
- name: Run tests
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
make test