We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4042d commit 1f71097Copy full SHA for 1f71097
.github/workflows/swift-linux.yml
@@ -36,5 +36,5 @@ jobs:
36
swift build --target SpreadsheetExample && \
37
swift build --target NotesExample && \
38
swift build --target GtkExample
39
- # - name: Test
40
- # run: swift test
+ - name: Test
+ run: swift test --test-product swift-cross-uiPackageTests
.github/workflows/swift-macos.yml
@@ -36,7 +36,5 @@ jobs:
- # Calling `swift test` results in all targets getting built including targets such as WinUIBackend which
- # aren't available on macOS.
41
42
0 commit comments