diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index e1054ba..246ab86 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -52,3 +52,17 @@ jobs: run: npm ci - name: Test JavaScript run: npm test + + test_swift: + name: Test Swift + needs: versioning + runs-on: macos-12 + + steps: + - uses: actions/checkout@v3 + with: + ref: "main" + - name: Build + run: swift build + - name: Run tests + run: swift test \ No newline at end of file