Skip to content

Commit

Permalink
Enable testing in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bilaalrashid committed Oct 12, 2024
1 parent 13c2e9b commit 9c83c37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ jobs:
- name: SwiftLint
run: swiftlint --config .swiftlint.yml --reporter github-actions-logging --strict

test:
name: Test
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v3
- name: Build and test
run: swift test --parallel --enable-test-discovery

0 comments on commit 9c83c37

Please sign in to comment.