Skip to content

improve handling of ocaml finalizers #59

improve handling of ocaml finalizers

improve handling of ocaml finalizers #59

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run:
name: Build
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: cargo build --features=build