elasticdl icon indicating copy to clipboard operation
elasticdl copied to clipboard

Run different unit tests according to the changed files

Open mhaoli opened this issue 6 years ago • 1 comments

Currently, travis runs all unit tests even if we only modify doc files. We should not run unit tests when only doc files are modified. I wonder whether there is any way to achieve this.

Or would it be better if travis can choose to run some unit tests according to the changed files in this PR?

mhaoli avatar Oct 23 '19 03:10 mhaoli

Yes, we should skip tests if there’s no code change.

terrytangyuan avatar Oct 23 '19 03:10 terrytangyuan