Skip to content

Commit

Permalink
Reduce test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 30, 2023
1 parent ee4f321 commit 76bc303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/object_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
rustup default stable
- name: Run object_store tests
run: cargo test --features=aws,azure,gcp,http
run: cargo test --features=aws,azure,gcp,http -- --test-threads=2

# test the object_store crate builds against wasm32 in stable rust
wasm32-build:
Expand Down

0 comments on commit 76bc303

Please sign in to comment.