Skip to content

Commit bc23ca7

Browse files
author
ordo-ci
committed
ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
1 parent 2006f4b commit bc23ca7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎.github/workflows/swift-macos-build.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
22-
- uses: fwal/setup-swift@v1.23.0
22+
- uses: fwal/setup-swift@v1.24.0
2323
with:
2424
swift-version: ${{ matrix.swift }}
2525

@@ -38,4 +38,9 @@ jobs:
3838
run: |
3939
if [ -d Tests ]; then
4040
swift test --parallel
41-
fi
41+
fi
42+
- name: Run tests (release)
43+
run: |
44+
if [ -d Tests ]; then
45+
swift test -c release --parallel
46+
fi

0 commit comments

Comments
 (0)