diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b1331fbf..ab5ff02f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,3 +13,16 @@ jobs: - name: Run the quality check run: make check-quality + + tests: + name: "🧪 Tests" + runs-on: tart + strategy: + matrix: + platform: [ios, tvos] + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Run tests + run: make test-${{ matrix.platform }}