snowfs icon indicating copy to clipboard operation
snowfs copied to clipboard

Static Analyses for test.only

Open daniellanner opened this issue 3 years ago • 0 comments

Add a Github job to analyse the test suite and fail upon an occurence of test.only.

When running tests on the local machine it is productive to only run the tests for the feature you are working to minimize wait time. Unfortunately, these changes have been committed made it passed Pull Requests a couple times.

The solution is to add a job to the CI pipeline that checks for test.only occurence before running the unit tests.

daniellanner avatar Mar 16 '21 19:03 daniellanner