Skip to content

Merge pull request #101 from groue/fix/thread-lock-with-template-cons… #27

Merge pull request #101 from groue/fix/thread-lock-with-template-cons…

Merge pull request #101 from groue/fix/thread-lock-with-template-cons… #27

Workflow file for this run

name: check-pr
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: swift build
- name: Test
run: swift test