Skip to content

Fix matrix concat order in polyfill #52

Fix matrix concat order in polyfill

Fix matrix concat order in polyfill #52

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-linux:
name: Test on Linux
runs-on: ubuntu-latest
container:
image: swift:5.9
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: swift test --filter CoreGraphicsPolyfillTests
test-macos:
name: Test on macOS
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: swift test --enable-test-discovery