Skip to content

Commit

Permalink
Merge pull request #25 from ydataai/feat/remove_enable_test_discovery
Browse files Browse the repository at this point in the history
Remove --enable-test-discovery argument
  • Loading branch information
0xTim authored Nov 22, 2023
2 parents 90be7e2 + 78d0f37 commit 75154cc
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 75154cc

Please sign in to comment.