Skip to content

Commit

Permalink
Removed deprecated --enable-test-discovery flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Jun 3, 2021
1 parent fad1f95 commit 902f844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: |
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
- name: Run Tests
run: |
swift test --skip-build --enable-test-discovery --enable-index-store --configuration release
swift test --skip-build --enable-index-store --configuration release

0 comments on commit 902f844

Please sign in to comment.