Skip to content

Commit

Permalink
Add swift build command
Browse files Browse the repository at this point in the history
  • Loading branch information
levieggertcru committed Jun 21, 2024
1 parent 996b3cb commit 77146c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4.0'
- name: Build Swift
run: |
swift build
- name: Run Tests
run: |
swift test --enable-code-coverage
Expand Down

0 comments on commit 77146c7

Please sign in to comment.