Skip to content

Refactor unpack.c for type safety and endian-neutral data access #11

Refactor unpack.c for type safety and endian-neutral data access

Refactor unpack.c for type safety and endian-neutral data access #11

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