Skip to content

Commit 10afc01

Browse files
author
Renato Almeida
authored
Merge branch 'main' into feat/make_total_hits_optional
2 parents 0abfe81 + 75154cc commit 10afc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Test
24-
run: swift test --enable-test-discovery --sanitize=thread
24+
run: swift test --sanitize=thread
2525

2626
test-v8_4:
2727
name: Run Tests for Elasticsearch 8.4
@@ -37,4 +37,4 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Test
40-
run: swift test --enable-test-discovery --sanitize=thread
40+
run: swift test --sanitize=thread

0 commit comments

Comments
 (0)