Skip to content

Commit 00cc95e

Browse files
committed
Disable testing and leave comment
1 parent d1498a7 commit 00cc95e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
- uses: actions/checkout@v2
6363
- name: Build
6464
run: swift build
65-
- name: Run tests
66-
run: swift test --enable-test-discovery
65+
# Testing disabled until https://github.com/segmentio/analytics-swift/issues/279 is fixed
66+
# - name: Run tests
67+
# run: swift test --enable-test-discovery
6768

6869
build_and_test_ios:
6970
needs: cancel_previous

0 commit comments

Comments
 (0)