From 78d0f375eede97828cf527e3bdd36cdcabe50b1a Mon Sep 17 00:00:00 2001 From: Renato Almeida Date: Tue, 21 Nov 2023 17:46:55 +0000 Subject: [PATCH] Remove --enable-test-discovery argument --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 0321ce6..61e5931 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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 @@ -37,4 +37,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test - run: swift test --enable-test-discovery --sanitize=thread \ No newline at end of file + run: swift test --sanitize=thread