Commit 1446d4c
committed
Set parallelism to 1 for Go tests in CI workflow.
This change modifies the test command in the CI pipeline to run with `-p 1`, ensuring tests are executed serially. This adjustment prevents potential issues caused by parallel test execution in certain cases.1 parent ba31824 commit 1446d4c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
0 commit comments