Skip to content

feat: PPT-1701 synced client with core #44

feat: PPT-1701 synced client with core

feat: PPT-1701 synced client with core #44

Workflow file for this run

name: CI
on: push
jobs:
style:
uses: PlaceOS/.github/.github/workflows/crystal-style.yml@main
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
crystal:
- latest
steps:
- uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal }}
- uses: actions/checkout@v2
- run: shards install --ignore-crystal-version
- name: Run tests
run: crystal spec --error-trace -v