Skip to content

WIP purity-inference #5

WIP purity-inference

WIP purity-inference #5

Workflow file for this run

name: Tests - 2024 - Roc
on:
push:
paths:
- ".github/workflows/2024-roc.yml"
- "2024/inputs/**"
- "2024/outputs/**"
- "2024/solutions/fsharp/**"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hasnep/[email protected]
with:
roc-version: nightly
- name: Run tests
run: cd ./2024/solutions/roc/ && ./test-all.sh