dev: create an alias for buildtest
#74457
Labels
A-build-system
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
The
buildtest
command, available via the Makefile, is useful to complementbuild
(orbuildshort
) to verify that all the code in go packages can be compiled without errors.We want this target to check the build process, but without the overhead of actually running the test.
Ricky has explained in this comment that we can obtain this with the following command:
However this is cumbersome to type and hard to remember.
Instead, the
dev
command should contain a shorthand alias for it.cc @rickystewart @irfansharif
Jira issue: CRDB-12091
The text was updated successfully, but these errors were encountered: