Skip to content

Commit

Permalink
ci: πŸ”„ synced local '.github/workflows/' with remote 'workflows/swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Aug 23, 2023
1 parent 2006f4b commit bc23ca7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/swift-macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: fwal/setup-swift@v1.23.0
- uses: fwal/setup-swift@v1.24.0
with:
swift-version: ${{ matrix.swift }}

Expand All @@ -38,4 +38,9 @@ jobs:
run: |
if [ -d Tests ]; then
swift test --parallel
fi
fi
- name: Run tests (release)
run: |
if [ -d Tests ]; then
swift test -c release --parallel
fi

0 comments on commit bc23ca7

Please sign in to comment.