Skip to content

Allow customising go test flags with TESTFLAGS variable

Alessio Caiazza requested to merge custom-testflags into master

This MR allows customising go test flags while using make test.

For instance TESTFLAGS="-short -v" make test will skip coverage and integration tests while running with verbose flag.

Merge request reports