Skip to content

fix: self-detect thread (#99) #305

fix: self-detect thread (#99)

fix: self-detect thread (#99) #305

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