Skip to content

Commit 1f71097

Browse files
committed
Actually re-enable tests in CI
1 parent 5e4042d commit 1f71097

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/swift-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
swift build --target SpreadsheetExample && \
3737
swift build --target NotesExample && \
3838
swift build --target GtkExample
39-
# - name: Test
40-
# run: swift test
39+
- name: Test
40+
run: swift test --test-product swift-cross-uiPackageTests

.github/workflows/swift-macos.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,5 @@ jobs:
3636
swift build --target SpreadsheetExample && \
3737
swift build --target NotesExample && \
3838
swift build --target GtkExample
39-
# Calling `swift test` results in all targets getting built including targets such as WinUIBackend which
40-
# aren't available on macOS.
41-
# - name: Test
42-
# run: swift test
39+
- name: Test
40+
run: swift test --test-product swift-cross-uiPackageTests

0 commit comments

Comments
 (0)