Skip to content

fix(crash): Fix crash on attaching metadata output when loading items too quickly #202

fix(crash): Fix crash on attaching metadata output when loading items too quickly

fix(crash): Fix crash on attaching metadata output when loading items too quickly #202

Workflow file for this run

name: validate
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-tests:
runs-on: macos-latest
strategy:
matrix:
destination:
[
'platform=iOS Simulator,name=iPhone 12 Pro',
]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Run Tests
run: |-
xcodebuild test -scheme SwiftAudioEx -destination "${destination}" -enableCodeCoverage YES
env:
destination: ${{ matrix.destination }}