Skip to content

Fix overallocation

Fix overallocation #72

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run macOS tests
run: swift test -v
- name: Run iOS tests
run: xcodebuild test -scheme BaseKit -destination platform="iOS Simulator,name=iPhone 11 Pro"
- name: Run tvOS tests
run: xcodebuild test -scheme BaseKit -destination platform="tvOS Simulator,name=Apple TV 4K (3rd generation)"