We want to run test cases only for changed files in last commit, so for that dagger can understand it natively or we need to use dagger packges like this to get paths of only changed files or folder and run on top of it? https://daggerverse.dev/mod/github.com/valorl/daggerverse/git-files-changed@e8b25b9c6589f13b362dcaf94acda967f26f6700
And let's say we get 3 diff paths from this package then do we need to run/trigger dagger specifically for all paths?