Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist authored Nov 19, 2024
1 parent 8fe5770 commit b5d71c4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: Tests

on:
Expand All @@ -15,12 +12,16 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: Check out code
uses: actions/checkout@v4

- name: Set up Swift 6.0
uses: swift-actions/setup-swift@master
uses: fwal/setup-swift@v1
with:
swift-version: '6.0'

- name: Build
run: swift build -v

- name: Run tests
run: swift test -v

0 comments on commit b5d71c4

Please sign in to comment.