Skip to content

Allow conversions UUID <-> UInt128 #19

Allow conversions UUID <-> UInt128

Allow conversions UUID <-> UInt128 #19

Workflow file for this run

name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run Tests
run: swift test -v