We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad1f95 commit 902f844Copy full SHA for 902f844
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v2
15
- name: Build
16
run: |
17
- swift build --build-tests --enable-test-discovery --enable-index-store --configuration release -Xswiftc -warnings-as-errors -Xcc -Werror
+ swift build --build-tests --enable-index-store --configuration release -Xswiftc -warnings-as-errors -Xcc -Werror
18
- name: Run Tests
19
20
- swift test --skip-build --enable-test-discovery --enable-index-store --configuration release
+ swift test --skip-build --enable-index-store --configuration release
0 commit comments