Skip to content

Commit

Permalink
Update macOS.yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Nov 2, 2023
1 parent d28b88f commit eaa9f19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
with:
xcode-version: latest-stable
- uses: actions/checkout@v3
- name: Build for release
run: swift build -v -c release
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v

0 comments on commit eaa9f19

Please sign in to comment.