Skip to content

Update binding to the same C counterpart. #169

Update binding to the same C counterpart.

Update binding to the same C counterpart. #169

Workflow file for this run

name: macos-spm
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v