Skip to content

Commit

Permalink
Remove --enable-test-discovery argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Almeida committed Nov 21, 2023
1 parent 90be7e2 commit 78d0f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Test
run: swift test --enable-test-discovery --sanitize=thread
run: swift test --sanitize=thread

test-v8_4:
name: Run Tests for Elasticsearch 8.4
Expand All @@ -37,4 +37,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Test
run: swift test --enable-test-discovery --sanitize=thread
run: swift test --sanitize=thread

0 comments on commit 78d0f37

Please sign in to comment.