Skip to content

Commit 902f844

Browse files
Removed deprecated --enable-test-discovery flag
1 parent fad1f95 commit 902f844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515
- name: Build
1616
run: |
17-
swift build --build-tests --enable-test-discovery --enable-index-store --configuration release -Xswiftc -warnings-as-errors -Xcc -Werror
17+
swift build --build-tests --enable-index-store --configuration release -Xswiftc -warnings-as-errors -Xcc -Werror
1818
- name: Run Tests
1919
run: |
20-
swift test --skip-build --enable-test-discovery --enable-index-store --configuration release
20+
swift test --skip-build --enable-index-store --configuration release

0 commit comments

Comments
 (0)