Skip to content

Makefile/swift: update Makefile and add support for iOS #119

Makefile/swift: update Makefile and add support for iOS

Makefile/swift: update Makefile and add support for iOS #119

Workflow file for this run

name: tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Test
run: go test -v ./...