Skip to content

Merge pull request #199 from noir-cr/features/improve-testcode #468

Merge pull request #199 from noir-cr/features/improve-testcode

Merge pull request #199 from noir-cr/features/improve-testcode #468

Workflow file for this run

name: Crystal Test
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec