Skip to content

chore: bump version to 1.2.0 #259

chore: bump version to 1.2.0

chore: bump version to 1.2.0 #259

Workflow file for this run

name: Swift
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: swift test --sanitize=thread