Skip to content

cleanup

cleanup #22

Workflow file for this run

name: Unit testing
on: [push]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
with:
path: src
- name: "Install Racket"
uses: Bogdanp/setup-racket@v0.12
- name: "Install generic-flonum as package"
run: raco pkg install --no-cache --auto --name generic-flonum src/
- name: "Unit tests"
run: |
raco test .