Skip to content

Rename sizeUnsafe to sizeUnchecked. Make visitAll support *Object #15

Rename sizeUnsafe to sizeUnchecked. Make visitAll support *Object

Rename sizeUnsafe to sizeUnchecked. Make visitAll support *Object #15

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo snap install --beta --classic zig
pip install pytest
zig version
- name: Build example
run: pip install ./example
- name: Test example
run: pytest tests