Skip to content

Commit

Permalink
chore: set RUST_TEST_THREADS to 1 in CI build workflow
Browse files Browse the repository at this point in the history
This ensures tests run serially, improving consistency and avoiding potential race conditions in the CI environment. It addresses stability issues during concurrent test execution.
  • Loading branch information
jkawamoto committed Jan 8, 2025
1 parent 83baebf commit 116cfb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_TEST_THREADS: "1"

jobs:
check:
Expand Down

0 comments on commit 116cfb1

Please sign in to comment.