Skip to content

Revert "first attempt at packing everything for linux and osx" #9

Revert "first attempt at packing everything for linux and osx"

Revert "first attempt at packing everything for linux and osx" #9

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '*'
jobs:
run-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true
- name: Build stub and run tests
run: |
bundle exec rake build_stub
bundle exec rake test