Skip to content

Add implementation of infinite rule #60

Add implementation of infinite rule

Add implementation of infinite rule #60

Workflow file for this run

on:
- push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
racket-variant: ['BC', 'CS']
racket-version: ['8.17', '8.16']
name: Test on ${{ matrix.racket-variant }} Racket
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Racket
uses: Bogdanp/[email protected]
with:
architecture: 'x64'
distribution: 'full'
variant: ${{ matrix.racket-variant }}
version: ${{ matrix.racket-version }}
- name: Install Package and its Dependencies
run: |
raco pkg install --auto --batch -j $(nproc)
- name: Run Tests
run: raco test -j $(nproc) -t .