Skip to content

Commit

Permalink
Make: Add Swift tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Apr 25, 2024
1 parent 937d7ad commit 2f67f89
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f67f89

Please sign in to comment.