Skip to content

Add Sendable conformance to Xoshiro and LCRNG generators #44

Add Sendable conformance to Xoshiro and LCRNG generators

Add Sendable conformance to Xoshiro and LCRNG generators #44

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
name: MacOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test-swift
- name: Run tests
run: make build-release-swift
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test-linux
- name: Build for release
run: make build-release-linux