Skip to content

Commit

Permalink
Update github actions to support swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Feb 9, 2024
1 parent 00af9ef commit b3441c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Swift
uses: fwal/setup-swift@v1
with:
swift-version: '5.9'
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
run: swift test -v

0 comments on commit b3441c7

Please sign in to comment.