Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add setup-swift action to set up Swift 6
  • Loading branch information
mbernson committed Jul 9, 2025
commit 1ff453a19a11b3315e124f31af6f873b9c13683e
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: '6'
- name: Build
run: swift build -v
- name: Run tests
Expand Down