Skip to content

Commit 9e2ebbc

Browse files
committed
fix: Use single-threaded tests in version-bump workflow
1 parent 6265dbb commit 9e2ebbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build release artifacts
6262
run: |
6363
cargo build --release
64-
cargo test --release
64+
cargo test --release -- --test-threads=1
6565
6666
- name: Push tag
6767
run: |

0 commit comments

Comments
 (0)