Skip to content

Tests: Add a 90% confidence interval to compensate for the inherent r… #212

Tests: Add a 90% confidence interval to compensate for the inherent r…

Tests: Add a 90% confidence interval to compensate for the inherent r… #212

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.7"]
runs-on: ${{ matrix.os }}
steps:
- uses: fwal/setup-swift@ffb5a44dd03d3d22fb26f48fa43e43fa4ce655a7
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test