Skip to content

Commit

Permalink
Final tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Jul 22, 2024
1 parent f67beaf commit a84e12a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Check Swift version
- uses: fwal/setup-swift@v2
- name: Echo Swift version
run: swift --version
- name: Check a Release build
run: swift build --disable-automatic-resolution -c release
Expand All @@ -23,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: fwal/setup-swift@v2
- name: Check Swift version
- name: Echo Swift version
run: swift --version
- name: Run tests
run: swift test

0 comments on commit a84e12a

Please sign in to comment.