WHAT Review tests and CI. WHY
- Shows that the make file task test-integration-cover besides the name is also calling the unit tests.
- SHows that the CI because of the above statement is calling more than once the same tests.
- Shows that the integration test is identified by the scripts/tasks by the comment on top "// +build integration"
|
|