Skip to content

UIntXL (work in progress) #197

UIntXL (work in progress)

UIntXL (work in progress) #197

name: Run tests on Linux
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linux:
strategy:
matrix:
element:
- swift: '5.7'
- swift: '5.8'
- swift: '5.9'
runs-on: ubuntu-latest
container:
image: swift:${{ matrix.element.swift }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: swift test