-
Hi, One of the biggest advantages of sharding in my eyes is, that I can re-run a single shard on (github-)CI and do not need to run all tests again. So why not let all the test shards run till the end, regardless of other shards. Even I got a better overview of more tests failing. Or is there an option to prevent this behavior that I don't have? Thanks for you help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This has nothing to do with Vitest, the processes don't know about each other. Check your Github Actions configuration. |
Beta Was this translation helpful? Give feedback.
Ok thank you for the answer. It leads me to the correct setup:
continue-on-error: true