Skip to content

Remove tests

Remove tests #48

Workflow file for this run

---
name: Pull Request
on: [push]
jobs:
tests:
name: "🧪 Tests"
runs-on: tart
strategy:
matrix:
platform: [ios, tvos]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Authorize microphone access for simulator
run: Scripts/bypass-simulator-trampoline.sh
- name: Run tests
run: make test-${{ matrix.platform }}