Skip to content

chore: update WnfsBindings to latest #9

chore: update WnfsBindings to latest

chore: update WnfsBindings to latest #9

Workflow file for this run

name: Build and test the package
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test