Skip to content

Runtime overhaul

Runtime overhaul #340

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows to run this via the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Racket environment
uses: Bogdanp/setup-racket@v1.11
with:
architecture: x64
distribution: full
variant: CS
version: stable
- name: Setup ES6 target env.
uses: actions/setup-node@v4
with:
node-version: 21
- name: Build the compiler CLI.
run: ./build.sh
- name: Run the test suite.
run: ./run-tests.sh