Skip to content

Merge pull request #17 from yaslab/sendable #19

Merge pull request #17 from yaslab/sendable

Merge pull request #17 from yaslab/sendable #19

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
include:
- os: macos-latest
platform: darwin
arch: x64
- os: ubuntu-latest
platform: linux
arch: x64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Run tests
run: swift test