Skip to content

ffi: make the fundamentals available through ffi #3

ffi: make the fundamentals available through ffi

ffi: make the fundamentals available through ffi #3

Workflow file for this run

name: Sanity Check codebase
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node: [nightly]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: PyO3/maturin-action@v1
with:
command: build
args: --release --manifest-path=fundamentals/Cargo.toml
# FIXME: