Skip to content

Make the ci and makefile nicer. #108

Make the ci and makefile nicer.

Make the ci and makefile nicer. #108

Workflow file for this run

name: CI
on:
push:
release:
types: [published]
env:
TOIT_VERSION: v2.0.0-alpha.100
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: toitlang/action-setup@v1
with:
toit-version: ${{ env.TOIT_VERSION }}
- name: Test
run: |
make test