Skip to content

Improve test check. Update to ign-go 5.0.2.

Alejo Carballude requested to merge feature/improve_test_check into develop

Related tasks

Context

Some IDEs have changed the way they run tests with newer versions of Go. The current check to see if the application is being run as a test is not setting cfg.isGoTest correctly.

Change

The check has been updated to check that the case-insensitive word test is included in the executable path.

Other information

Additional documentation

Merge request reports