Skip to content

fix(normal-distribution): prevent ±infinity samples from Box-Muller #226

fix(normal-distribution): prevent ±infinity samples from Box-Muller

fix(normal-distribution): prevent ±infinity samples from Box-Muller #226

Workflow file for this run

name: Test Suite
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
test:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "macos-15", "macos-26"]
swift: ["6.3"]
runs-on: ${{ matrix.os }}
steps:
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: Run tests
run: swift test -c release --parallel