Skip to content

Compiler: add support for #emit with template (#17) #104

Compiler: add support for #emit with template (#17)

Compiler: add support for #emit with template (#17) #104

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [3.2, 3.3, head]
name: >-
${{matrix.os}}, ${{matrix.ruby}}
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Run tests
run: bundle exec ruby test/run.rb