Skip to content

Commit 2ca1bed

Browse files
committed
fix(ci): run tests serially to prevent issues due to modcache cleaning
1 parent be55025 commit 2ca1bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: moonrepo/setup-rust@v1
4040
- run: |
4141
cd go-runner
42-
cargo nextest run --all
42+
cargo nextest run --all -j 1
4343
env:
4444
CODSPEED_GO_PKG_VERSION: ${{ github.head_ref || github.ref_name }}
4545

0 commit comments

Comments
 (0)