Commit 8b2cc13
fix(ci): run tests sequentially to avoid shared SpacetimeDB state conflicts
SpacetimeDB integration tests share a single server instance. When tests
run in parallel (default behavior), concurrent delete_all() calls from
different tests interfere with each other. Use --test-threads=1 to
serialize all integration tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 29e94b7 commit 8b2cc13
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
0 commit comments