Skip to content

Merge branch 'main' of https://github.com/Asmod4n/mruby-cbor #22

Merge branch 'main' of https://github.com/Asmod4n/mruby-cbor

Merge branch 'main' of https://github.com/Asmod4n/mruby-cbor #22

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential \
bison \
m4 \
ruby
- name: Run tests
run: rake test