Skip to content

fix: Fix regression in Python bindings with pass-by-reference change #51

fix: Fix regression in Python bindings with pass-by-reference change

fix: Fix regression in Python bindings with pass-by-reference change #51

Workflow file for this run

name: Commit Unit Tests
on:
push:
branches:
- main
jobs:
test-rust:
uses: ./.github/workflows/test_rust.yml
test-python:
uses: ./.github/workflows/test_python.yml
needs: [ test-rust ]