Skip to content

Commit

Permalink
[CI] Split build and test phases
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Dec 11, 2024
1 parent fe8b8f4 commit 39de135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
run: |
swift build
- name: Run Tests
run: |
swift test
Expand Down

0 comments on commit 39de135

Please sign in to comment.