We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4444871 commit 1eb67e0Copy full SHA for 1eb67e0
.github/workflows/swift-linux.yml
@@ -29,5 +29,5 @@ jobs:
29
swift build --target NavigationExample && \
30
swift build --target SplitExample && \
31
swift build --target GtkExample
32
- - name: Test
33
- run: swift test
+ # - name: Test
+ # run: swift test
.github/workflows/swift-macos.yml
@@ -30,5 +30,5 @@ jobs:
34
0 commit comments