Skip to content

Update version number to 3.0.1 #75

Update version number to 3.0.1

Update version number to 3.0.1 #75

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
macOS:
name: Test on macOS
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app
steps:
- name: Show environments
run: |
swift --version
- uses: actions/checkout@v4
- name: Unit Test
run: |
swift test