Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove parallel test execution in CI workflow
- Updated `.github/workflows/test-h3daemon.yml` to modify the testing command - Changed `pytest -n 30` to `pytest` to disable parallel execution Running tests without parallelism can help identify flaky tests and ensure sequential data-dependent tests pass consistently without concurrency issues. 🛠️
- Loading branch information