Skip to content

Commit

Permalink
Merge branch 'main' into feat/improve_readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Almeida authored Nov 22, 2023
2 parents b5f3e6e + 75154cc commit 338a3e4
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 338a3e4

Please sign in to comment.