Skip to content

When compiling libs, we only keep the exported values to avoid recurs… #76

When compiling libs, we only keep the exported values to avoid recurs…

When compiling libs, we only keep the exported values to avoid recurs… #76

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- {os: ubuntu-latest, crystal: latest}
- {os: macos-latest, crystal: latest}
runs-on: ${{matrix.os}}
steps:
- uses: oprypin/install-crystal@v1
with:
crystal: ${{matrix.crystal}}
- uses: actions/checkout@v2
- run: shards install
- run: crystal spec src/*.cr