Skip to content

Update README.md

Update README.md #35

Workflow file for this run

name: Unit Test
on:
push:
jobs:
test:
name: Unit Test
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: unit test package
run: swift test