icp 379c3bfe58 common/build-style/go.sh: disable verbose test output
The output with `-v` is often too verbose, making it difficult to
scour the logs, especially in the GitHub actions UI.
2025-03-15 10:23:07 -04:00
..
2023-02-07 03:26:02 -05:00
2024-02-08 06:23:24 -05:00

BUILD STYLES
============

These shell snippets provide support for multiple build systems, i.e GNU configure,
CMake, etc. A build style file must provide at least the following functions:

	- do_configure
	- do_build
	- do_install

If a source package defines its own do_xxx() function, the function defined in
the build style file is simply ignored.