Skip to content

Implements PPU background rendering #1

Implements PPU background rendering

Implements PPU background rendering #1

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Select Xcode 11 beta
run: sudo xcode-select -s /Applications/Xcode_11.app
- name: Run tests
run: swift test