Skip to content

Fix unit tests and Array<Never> related bugs #134

Fix unit tests and Array<Never> related bugs

Fix unit tests and Array<Never> related bugs #134

Workflow file for this run

name: Swift
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v