Skip to content

crystal tool format with Crystal 1.15.0-dev #24

crystal tool format with Crystal 1.15.0-dev

crystal tool format with Crystal 1.15.0-dev #24

Workflow file for this run

name: Crystal CI
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
crystal: [latest, nightly]
runs-on: ${{ matrix.os }}
steps:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal }}
- name: Download source
uses: actions/checkout@v3
- name: Install dependencies
run: shards install
- name: Run specs
run: crystal spec