Skip to content

Add the Synth render DSL, drum kit, and kernel optimizations #23

Add the Synth render DSL, drum kit, and kernel optimizations

Add the Synth render DSL, drum kit, and kernel optimizations #23

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
# libssl-dev links the test VM (stdlib gembox), libfreetype-dev
# builds the freetype gem from the Gemfile.
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev libfreetype-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.1'
bundler-cache: true
- name: Run host tests
run: bundle exec rake test