Skip to content

Commit d5ec32d

Browse files
Fix test
1 parent 30e860d commit d5ec32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
echo "Test Execution complete!"
226226
- name: Run S3 tests
227227
run: |
228-
cargo test --features=s3 extension_cases::s3
228+
cargo test --features=s3 extension_cases::s3 -- --test-threads=1
229229
test-functions-json:
230230
name: Extension / Functions-JSON
231231
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)