[DevOps] Are there any incremental methods of unit tests? #4120
Closed
Gy-Lu
started this conversation in
Development | Developer Experience
Replies: 1 comment
-
I just know that this method has been in use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For now, the speed of the unit tests is too slow.
One main reason is that we do a lot of redundant unit tests. For instance, I modify some codes of
low level zero
, and we have to do unit tests for adam kernel, autoChunk, etc.In fact, I have no DevOps experience and I don't know if there is a way to build a dependency tree, with which all we need to test are the parent nodes of the modified one.
Beta Was this translation helpful? Give feedback.
All reactions